Skip to content

Commit ee06267

Browse files
committed
Reformat with scalafmt 3.8.5
Executed command: scalafmt --non-interactive
1 parent eac462f commit ee06267

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)