Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertp committed Jul 4, 2023
1 parent a0329e2 commit 4a4a538
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1983,9 +1983,9 @@ class RuntimeErrorsTest
val moduleName = "Enso_Test.Test.Main"
val newline = "\n" // was: System.lineSeparator()

val metadata = new Metadata
val xId = metadata.addItem(111, 79)
val mainResId = metadata.addItem(195, 1)
val metadata = new Metadata
val xId = metadata.addItem(111, 79)
val mainResId = metadata.addItem(195, 1)
val mainRes1Id = metadata.addItem(209, 1)

val code =
Expand Down

0 comments on commit 4a4a538

Please sign in to comment.