Skip to content

Commit 9af8951

Browse files
KielekRassK
andauthored
typo fix
Co-authored-by: Rasmus Kuusmann <rkuusmann@splunk.com>
1 parent 6d1f5b2 commit 9af8951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/OpenTelemetry.AutoInstrumentation.Tests/Configurations/PluginManagerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public void ConfigureLogsOptions(OpenTelemetryLoggerOptions options)
285285
}
286286

287287
public ResourceBuilder ConfigureResource(ResourceBuilder builder)
288-
#pragma warning restore CA1822 // Mark members as static It is needed for plugin purposes.
288+
#pragma warning restore CA1822 // Mark members as static. It is needed for plugin purposes.
289289
{
290290
var attributes = new List<KeyValuePair<string, object>>
291291
{

0 commit comments

Comments
 (0)