Skip to content

Commit fcdb10c

Browse files
committed
Spotless
1 parent 9181aca commit fcdb10c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

php-checks/src/main/java/org/sonar/php/checks/StringLiteralDuplicatedCheck.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ public void visitCompilationUnit(CompilationUnitTree tree) {
103103
sameLiteralOccurrences.clear();
104104
super.visitCompilationUnit(tree);
105105
finish();
106-
}
107-
106+
}
108107

109108
private void finish() {
110109
for (Map.Entry<String, List<LiteralTree>> literalOccurrences : sameLiteralOccurrences.entrySet()) {

0 commit comments

Comments
 (0)