Skip to content

Commit 522cf91

Browse files
committed
fix indentation
1 parent 1947737 commit 522cf91

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/OpenTelemetry.Exporter.Geneva.Benchmarks/Exporter/LogExporterBenchmarks.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@ public LogExporterBenchmarks()
7777
this.batch = GenerateTestLogRecordBatch();
7878
this.exporter = new MsgPackLogExporter(
7979
new GenevaExporterOptions
80+
{
81+
ConnectionString = "EtwSession=OpenTelemetry",
82+
PrepopulatedFields = new Dictionary<string, object>
8083
{
81-
ConnectionString = "EtwSession=OpenTelemetry",
82-
PrepopulatedFields = new Dictionary<string, object>
83-
{
84-
["cloud.role"] = "BusyWorker",
85-
["cloud.roleInstance"] = "CY1SCH030021417",
86-
["cloud.roleVer"] = "9.0.15289.2",
87-
},
84+
["cloud.role"] = "BusyWorker",
85+
["cloud.roleInstance"] = "CY1SCH030021417",
86+
["cloud.roleVer"] = "9.0.15289.2",
8887
},
89-
() => Resource.Empty);
88+
},
89+
() => Resource.Empty);
9090
}
9191

9292
[Benchmark]

0 commit comments

Comments
 (0)