Skip to content

Commit b516c65

Browse files
committed
Remove whitespace on empty line
1 parent bc3261b commit b516c65

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/FileLocator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ private static File findDataDir() {
144144
throw new RuntimeException("Unable to determine data directory in local Maven repository", e);
145145
}
146146
}
147-
147+
148148
private static File findUserHome() {
149149
var home = Paths.get(System.getenv("user.home"));
150150
return home.resolve(".rome").toAbsolutePath().toFile();

0 commit comments

Comments
 (0)