Skip to content

Commit

Permalink
Add missing endregion marker in samples (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
w1am committed May 28, 2024
1 parent 015b845 commit fda7238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/diagnostics/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ static void ConfigureTracerProviderBuilder(TracerProviderBuilder tracerProviderB
}
);

#endregion
#endregion setup-exporter
}
}

0 comments on commit fda7238

Please sign in to comment.