diff --git a/spotlessSelf.gradle b/spotlessSelf.gradle index 42409aaa8e..2b80a9493d 100644 --- a/spotlessSelf.gradle +++ b/spotlessSelf.gradle @@ -30,7 +30,7 @@ spotless { exclude '_ext/**' } custom 'noInternalDeps', noInternalDepsClosure - custom 'preventFormatPingPong', { return it.replaceAll('}[ \t\f]+}', '}}') } + custom 'preventFormatPingPong', { return it.replaceAll('}[ \t]+}', '}}') } bumpThisNumberIfACustomStepChanges(1) greclipseFormat().configFile('spotless.eclipseformat.xml', 'spotless.groovyformat.prefs') }