We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5dafc commit 51decccCopy full SHA for 51deccc
src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/AutoInsert/InsertTextEdit.cs
@@ -5,6 +5,4 @@
5
6
namespace Microsoft.CodeAnalysis.Razor.AutoInsert;
7
8
-internal record struct InsertTextEdit(TextEdit TextEdit, InsertTextFormat InsertTextFormat)
9
-{
10
-}
+internal record struct InsertTextEdit(TextEdit TextEdit, InsertTextFormat InsertTextFormat);
0 commit comments