Skip to content

Commit 3a52122

Browse files
committed
Fix warnings
1 parent ada06d2 commit 3a52122

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Razor/src/Microsoft.AspNetCore.Razor.LanguageServer/Extensions/IServiceCollectionExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ public static void AddDocumentManagementServices(this IServiceCollection service
217217
{
218218
services.AddSingleton<IFileChangeDetector, ProjectConfigurationFileChangeDetector>();
219219
}
220+
220221
services.AddSingleton<IFileChangeDetector, RazorFileChangeDetector>();
221222

222223
// Document processed listeners

src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/MonitorProjectConfigurationFilePathEndpointTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the MIT license. See License.txt in the project root for license information.
33

4-
#nullable disable
5-
64
using System;
75
using System.Collections.Generic;
86
using System.Linq;

0 commit comments

Comments
 (0)