Skip to content

Commit abfc1cc

Browse files
authored
Merge branch 'master' into renovate/error-prone-monorepo
2 parents 491dfd6 + e225827 commit abfc1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/eolang/lints/LtDfStickyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public Collection<Defect> apply(final Object entity) {
8383
return Collections.emptyList();
8484
}
8585

86-
public int count() {
86+
int count() {
8787
return this.cnt;
8888
}
8989
}

0 commit comments

Comments
 (0)