Skip to content

Commit

Permalink
Remove BOM from source files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mielek authored Feb 27, 2025
1 parent e2066f7 commit 59b0271
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Authoring/Configs/GetAuthorizationContextConfig.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

namespace Azure.ApiManagement.PolicyToolkit.Authoring;
Expand Down
2 changes: 1 addition & 1 deletion src/Authoring/Expressions/Authorization.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

namespace Azure.ApiManagement.PolicyToolkit.Authoring.Expressions;
Expand Down
2 changes: 1 addition & 1 deletion src/Authoring/IInboundContext.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

namespace Azure.ApiManagement.PolicyToolkit.Authoring;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Compiling/CSharpPolicyCompiler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

using System.Xml.Linq;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

using System.Xml.Linq;
Expand Down

0 comments on commit 59b0271

Please sign in to comment.