Skip to content

Commit cdf45fc

Browse files
committed
As agreed in previous review: Femoval of unnecessary '\f'
1 parent 4becbed commit cdf45fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spotlessSelf.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spotless {
3030
exclude '_ext/**'
3131
}
3232
custom 'noInternalDeps', noInternalDepsClosure
33-
custom 'preventFormatPingPong', { return it.replaceAll('}[ \t\f]+}', '}}') }
33+
custom 'preventFormatPingPong', { return it.replaceAll('}[ \t]+}', '}}') }
3434
bumpThisNumberIfACustomStepChanges(1)
3535
greclipseFormat().configFile('spotless.eclipseformat.xml', 'spotless.groovyformat.prefs')
3636
}

0 commit comments

Comments
 (0)