Skip to content

Commit

Permalink
Remove accidentally-included C# 12 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Dec 13, 2024
1 parent 20d96fe commit af65239
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public Task<CodeLensContainer> Handle(CodeLensParams request, CancellationToken
// This is an error token - the node doesn't actually
// have a valid title. Return an empty collection of code
// lenses.
return [];
return Enumerable.Empty<CodeLens>();
}

var referenceLocations = ReferencesHandler.GetReferences(project, titleToken.Text, YarnSymbolType.Node);
Expand Down

0 comments on commit af65239

Please sign in to comment.