Skip to content

Commit

Permalink
Remove partial modifier from LspTestWorkspace class
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat authored Jan 15, 2025
1 parent a510c73 commit 40274e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Licensed to the .NET Foundation under one or more agreements.
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

Expand All @@ -12,7 +12,7 @@

namespace Microsoft.CodeAnalysis.Test.Utilities;

public partial class LspTestWorkspace : TestWorkspace, ILspWorkspace
public class LspTestWorkspace : TestWorkspace, ILspWorkspace
{
private readonly bool _supportsLspMutation;

Expand Down

0 comments on commit 40274e4

Please # to comment.