Skip to content

Commit ba797e3

Browse files
committed
Remove extra SuppressFBWarnings in lib-extra
1 parent f5c001e commit ba797e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ static class RuntimeInit {
188188
/** git worktree root, might not exist if we're not in a git repo. */
189189
final @Nullable File workTree;
190190

191-
@SuppressFBWarnings("SIC_INNER_SHOULD_BE_STATIC_ANON")
192191
RuntimeInit(File projectDir) {
193192
/////////////////////////////////
194193
// USER AND SYSTEM-WIDE VALUES //

0 commit comments

Comments
 (0)