Skip to content

Commit 1f7c44e

Browse files
authored
[repo] Reencode few files from UTF-8 with BOM to UTF-8 (open-telemetry#2175)
1 parent d8643cb commit 1f7c44e

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
44
<clear />

build/stylecop.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
33
"settings": {
44
"documentationRules": {

build/xunit.runner.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"maxParallelThreads": 1,
33
"parallelizeTestCollections": false
44
}

examples/grpc.core/Examples.GrpcCore.AspNetCore/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
}
1111
}
1212
}
13-
}
13+
}
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
{
2-
"Logging": {
3-
"LogLevel": {
1+
{
2+
"Logging": {
3+
"LogLevel": {
44
"Default": "Information",
55
"Microsoft": "Warning",
66
"Microsoft.Hosting.Lifetime": "Information"
7-
}
8-
}
9-
}
7+
}
8+
}
9+
}

test/OpenTelemetry.Resources.AWS.Tests/ecs_metadata/metadatav4-response-container-fargate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
"awslogs-stream": "ecs/curl/cd189a933e5849daa93386466019ab50"
4848
},
4949
"LogDriver": "awslogs"
50-
}
50+
}

test/OpenTelemetry.Resources.AWS.Tests/ecs_metadata/metadatav4-response-task-fargate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@
7474
}
7575
],
7676
"LaunchType": "FARGATE"
77-
}
77+
}

test/TestApp.AspNetCore/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"applicationUrl": "https://localhost:58211;http://localhost:58212"
1010
}
1111
}
12-
}
12+
}

0 commit comments

Comments
 (0)