Skip to content

Commit

Permalink
Add newline to generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Nov 21, 2021
1 parent 3f58c45 commit db1f6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def setOutput(code: String): IO[Unit] = IO {
js.Dynamic.global.scastie.Embedded(
"#output",
js.Dynamic.literal(
code = code,
code = "\n" + code,
sbtConfig = """libraryDependencies += "org.http4s" %% "http4s-core" % "0.23.6"""",
scalaVersion = "2.13.7"
)
Expand Down

0 comments on commit db1f6aa

Please sign in to comment.