Skip to content

Commit c4e3861

Browse files
AR-MayJanProvaznik
andauthored
Apply suggestion from @JanProvaznik
Co-authored-by: Jan Provazník <janpro@janpro.dev>
1 parent 9462857 commit c4e3861

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Tasks/XmlPeek.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ private sealed class XmlInput
227227
/// <summary>
228228
/// Contains the raw Xml content when in Xml mode.
229229
/// </summary>
230-
private readonly string _xmlContent;
230+
private readonly string? _xmlContent;
231231

232232
/// <summary>
233233
/// FileStream used to read XML.

0 commit comments

Comments
 (0)