Skip to content

Commit

Permalink
Result of formatting this line as I saw a few issues with its existin…
Browse files Browse the repository at this point in the history
…g formatting. No logic changes.
  • Loading branch information
SCWells72 committed Nov 30, 2024
1 parent 38212bf commit d25e2c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private void addCompletionItems(@NotNull CompletionParameters parameters,
// Create lookup item
LookupElement lookupItem = completionFeature.createLookupElement(item, context);
if (lookupItem != null) {
completionFeature.addLookupItem(completionPrefix, result, lookupItem, size- i, item);
completionFeature.addLookupItem(completionPrefix, result, lookupItem, size - i, item);
ContainerUtil.addIfNotNull(addedLookupStrings, lookupItem.getLookupString());
}
}
Expand Down

0 comments on commit d25e2c7

Please sign in to comment.