Skip to content

Commit 8055352

Browse files
Reformat with scalafmt 3.8.5
Executed command: scalafmt --non-interactive
1 parent cc0a721 commit 8055352

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package $package$
22

3-
final class $name;format="Camel"$ {
3+
final class $name;
4+
format = "Camel" $ {
45
def greet(name: String): String = "Hello " + name
56
}

0 commit comments

Comments
 (0)