Skip to content

Commit

Permalink
Fix missing file header
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Sep 7, 2023
1 parent 63ce28d commit 7b36ab3
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
// Copyright (c) 2023 Glenn Watson. All rights reserved.
// Glenn Watson licenses this file to you under the MIT license.
// See the LICENSE file in the project root for full license information.

using VerifyRCGS0002 = Blazor.Common.Analyzers.Tests.CSharpCodeFixVerifier<
Blazor.Common.Analyzers.RCGS0002MethodDeclarationParameterMustBeOnUniqueLinesAnalyzer,
Expand Down

0 comments on commit 7b36ab3

Please sign in to comment.