Skip to content

Commit bfdf818

Browse files
committed
spotlessApply
1 parent 47d9a3b commit bfdf818

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

lib/src/main/java/com/diffplug/spotless/GitPrePushHookInstaller.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ private String executorPath(Executor executor) {
225225
}
226226

227227
logger.info("Local %s wrapper (%s) not found, falling back to global command '%s'",
228-
executor.name().toLowerCase(), executor.wrapper, executor.global);
228+
executor.name().toLowerCase(), executor.wrapper, executor.global);
229229

230230
return executor.global;
231231
}
@@ -296,8 +296,7 @@ private void writeFile(File file, String content, boolean append) throws IOExcep
296296
}
297297

298298
public enum Executor {
299-
GRADLE("gradlew", "gradle"),
300-
MAVEN("mvnw", "mvn"), ;
299+
GRADLE("gradlew", "gradle"), MAVEN("mvnw", "mvn"),;
301300

302301
public final String wrapper;
303302
public final String global;

0 commit comments

Comments
 (0)