Skip to content

Commit 1954a9a

Browse files
committed
Remove unnecessary change in AbstractSpotlessMojo
1 parent f5a8ae1 commit 1954a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-maven/src/main/java/com/diffplug/spotless/maven/AbstractSpotlessMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ private List<File> collectFilesFromGit(FormatterFactory formatterFactory, String
338338
Iterable<String> dirtyFiles;
339339
try {
340340
dirtyFiles = GitRatchetMaven
341-
.instance().getDirtyFiles(baseDir, ratchetFrom);
341+
.instance().getDirtyFiles(baseDir, ratchetFrom);
342342
} catch (IOException e) {
343343
throw new PluginException("Unable to scan file tree rooted at " + baseDir, e);
344344
}

0 commit comments

Comments
 (0)