Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Aug 6, 2023
1 parent 7fb3869 commit 963597f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import play.api.libs.json._
case class InputReply(
status: String,
value: String
) extends KernelMessageContent with ReplyContent{
) extends KernelMessageContent with ReplyContent {
override def content : String =
Json.toJson(this)(InputReply.inputReplyWrites).toString()
}
Expand Down

0 comments on commit 963597f

Please sign in to comment.