Skip to content

Commit 5a8f088

Browse files
authored
make linter more happy
1 parent 18ced12 commit 5a8f088

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/main/java/com/devonfw/tools/ide/completion/CompletionCandidateCollectorDefault.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class CompletionCandidateCollectorDefault implements CompletionCandidateC
3939
public CompletionCandidateCollectorDefault(IdeContext context) {
4040
this(context, new HashSet<>());
4141
}
42-
42+
4343
/**
4444
* The constructor.
4545
*

0 commit comments

Comments
 (0)