Skip to content

Commit d249d4e

Browse files
committed
Make private
1 parent ae7eb8c commit d249d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/src/Microsoft.AspNetCore.Razor.LanguageServer/Formatting/CSharpOnTypeFormattingPass.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ private static int LineDelta(SourceText text, IEnumerable<TextChange> changes)
174174
return delta;
175175
}
176176

177-
protected static List<TextChange> CleanupDocument(FormattingContext context, Range? range = null)
177+
private static List<TextChange> CleanupDocument(FormattingContext context, Range? range = null)
178178
{
179179
var isOnType = range is not null;
180180

0 commit comments

Comments
 (0)