Selaa lähdekoodia

fix bad indent

Robert Muir 10 vuotta sitten
vanhempi
commit
49f37a526c

+ 1 - 1
buildSrc/src/main/groovy/org/elasticsearch/gradle/precommit/ThirdPartyAuditTask.groovy

@@ -91,7 +91,7 @@ public class ThirdPartyAuditTask extends DefaultTask {
             if (listener instanceof BuildLogger) {
               listener.messageOutputLevel = Project.MSG_ERR;
             }
-       	};
+        };
         
         // we only want third party dependencies.
         FileCollection jars = project.configurations.testCompile.fileCollection({ dependency ->