Skip to content

Commit d4812e6

Browse files
Copilotdibarbet
andcommitted
Fix UTF-8 BOM encoding for new files
Co-authored-by: dibarbet <5749229+dibarbet@users.noreply.github.com>
1 parent 747c834 commit d4812e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/EditorFeatures/CSharpTest/Structure/ParameterListSyntaxStructureTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

src/Features/CSharp/Portable/Structure/Providers/ParameterListStructureProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

0 commit comments

Comments
 (0)