Skip to content

Commit a9267d4

Browse files
committed
typo
1 parent 4788665 commit a9267d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/greencodeinitiative/creedengo/python/checks/DictionaryItemsUnused.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import org.sonar.plugins.python.api.tree.Tree;
3232

3333

34-
@Rule(key ="GCI103")
34+
@Rule(key = "GCI103")
3535
public class DictionaryItemsUnused extends PythonSubscriptionCheck {
3636

3737
public static final String DESCRIPTION = "Use dict.keys() or dict.values() instead of dict.items() when only one part of the key-value pair is used";

0 commit comments

Comments
 (0)