We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1669133 commit b4a7bc5Copy full SHA for b4a7bc5
src/Microsoft.OpenApi/Writers/OpenApiJsonWriter.cs
@@ -42,7 +42,7 @@ public OpenApiJsonWriter(TextWriter textWriter, OpenApiWriterSettings settings,
42
/// <summary>
43
/// Indicates whether or not the produced document will be written in a compact or pretty fashion.
44
/// </summary>
45
- private bool _produceTerseOutput;
+ private readonly bool _produceTerseOutput;
46
47
48
/// Base Indentation Level.
0 commit comments