Skip to content

Commit b4a7bc5

Browse files
committed
Update OpenApiJsonWriter.cs
1 parent 1669133 commit b4a7bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi/Writers/OpenApiJsonWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public OpenApiJsonWriter(TextWriter textWriter, OpenApiWriterSettings settings,
4242
/// <summary>
4343
/// Indicates whether or not the produced document will be written in a compact or pretty fashion.
4444
/// </summary>
45-
private bool _produceTerseOutput;
45+
private readonly bool _produceTerseOutput;
4646

4747
/// <summary>
4848
/// Base Indentation Level.

0 commit comments

Comments
 (0)