Skip to content

Commit bdc53c3

Browse files
committed
Fix test
1 parent 1543afd commit bdc53c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Generation.Tests/LspFeatureTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ public partial record SubLensParams : ITextDocumentIdentifierParams, IWorkDonePr
500500
/// <summary>
501501
/// The document to request code lens for.
502502
/// </summary>
503-
public TextDocumentIdentifier TextDocument { get; init; } = null!;
503+
public TextDocumentIdentifier TextDocument { get; init; } = null !;
504504
}
505505
506506
public partial class SubLensContainer {}

0 commit comments

Comments
 (0)