Skip to content

Commit

Permalink
Cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCockx committed Aug 31, 2023
1 parent 28d5548 commit 848d9c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public List<Either<Command, CodeAction>> getCodeActions(Options options) {
if (!handleQuickfixes) {
return Collections.emptyList();
}

List<Either<Command, CodeAction>> result = new ArrayList<>();
for (Diagnostic diagnostic : options.getCodeActionParams().getContext().getDiagnostics()) {
if (handlesDiagnostic(diagnostic)) {
Expand Down

0 comments on commit 848d9c1

Please sign in to comment.