Skip to content

Commit c4b9e91

Browse files
committed
Remove compiler option to rewrite to 'noindent' syntax
1 parent 23793f8 commit c4b9e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object CompileOptions {
1212
"-deprecation",
1313
"-encoding", "UTF-8",
1414
"-source:future-migration",
15-
) ++ rewriteNoIndent
15+
)
1616
}
1717

1818
object Versions {

0 commit comments

Comments
 (0)