Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Jul 22, 2023
1 parent 8836001 commit d617bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/todo/app/src/TodoServer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object TodoServer extends cask.MainRoutes{
| checked BOOLEAN,
| text TEXT
|);
|""".stripMargin,
|""".stripMargin
)(ExecutionInfo.unknown, ())
ctx.executeAction(
"""INSERT INTO todo (checked, text) VALUES
Expand Down

0 comments on commit d617bb5

Please sign in to comment.