Skip to content

Commit d56acd5

Browse files
committed
Fix spotbugs.
1 parent 809fb4b commit d56acd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib-extra/src/main/java/com/diffplug/spotless/extra/GitAttributesLineEndings.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public static LineEnding.Policy createFastAllSame(File projectDir, Supplier<Iter
7878
}
7979

8080
static class LazyAllTheSame extends LazyForwardingEquality<String> implements LineEnding.Policy {
81+
private static final long serialVersionUID = 727912266173243664L;
8182
transient File projectDir;
8283
transient Supplier<Iterable<File>> toFormat;
8384

0 commit comments

Comments
 (0)