Skip to content

Commit d06fa7c

Browse files
committed
Remove redundant initialization
1 parent 6f86cdb commit d06fa7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DevProxy.Plugins/Inspection/OpenAITelemetryPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public sealed class OpenAITelemetryPlugin(
6969
private TracerProvider? _tracerProvider;
7070

7171
private readonly ConcurrentDictionary<string, List<OpenAITelemetryPluginReportModelUsageInformation>> _modelUsage = [];
72-
private bool _isRecording = false;
72+
private bool _isRecording;
7373

7474
public override string Name => nameof(OpenAITelemetryPlugin);
7575

0 commit comments

Comments
 (0)