Skip to content

Commit 0db15db

Browse files
committed
Fix formatting
1 parent 779f55c commit 0db15db

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
package nz.co.bottech.scala2plantuml
22

3-
import utest.{TestSuite, Tests, test}
3+
import utest.{test, TestSuite, Tests}
44

55
object StartingSymbolTests extends TestSuite with ClassDiagramTests {
66

77
override protected val exampleDir: String = "start"
88

99
val tests: Tests = Tests {
1010
test("method") {
11-
success("Foo.apply().",
11+
success(
12+
"Foo.apply().",
1213
"""class Foo {
1314
| + {static} {method} apply
14-
|}""".stripMargin)
15+
|}""".stripMargin
16+
)
1517
}
1618
}
1719
}

0 commit comments

Comments
 (0)