Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-strecker-sonarsource committed Nov 30, 2023
1 parent 3fd86f5 commit 1f45892
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ private static void addReferences(InputFile file, SymbolReferenceInfo.SymbolRefe
}
}

private static Optional<TextRange> validatedReference(InputFile file, SonarAnalyzer.TextRange refTextRange, TextRange declarationRange)
{
private static Optional<TextRange> validatedReference(InputFile file, SonarAnalyzer.TextRange refTextRange, TextRange declarationRange) {
var referenceRange = toTextRange(file, refTextRange);
if (referenceRange.isEmpty()) {
if (LOG.isDebugEnabled()) {
Expand Down

0 comments on commit 1f45892

Please sign in to comment.