Skip to content

Commit

Permalink
minro issues in formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed May 13, 2024
1 parent 2bab1ab commit 6a16931
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"restructuredtext.confPath": "${workspaceFolder}/docs",
"esbonio.server.enabled": true,
"esbonio.sphinx.confDir": "${workspaceFolder}/docs"
"esbonio.sphinx.confDir": "${workspaceFolder}/docs",
"files.watcherExclude": {
"**/target": true
}
}
2 changes: 1 addition & 1 deletion shared/src/test/scala/cps/TestCBS1Try.scala
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class TestСBS1Try:
}
assert(c.run() == Success(2))

@Test def try_10n_f(): Unit =
@Test def try_10n_f(): Unit =
val c = async{
var x = 1
try {
Expand Down

0 comments on commit 6a16931

Please sign in to comment.