Skip to content

Commit 6eee322

Browse files
committed
Fix very minor code formatting issue
1 parent fb8faca commit 6eee322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Log4NetTextFormatter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ private void WriteSequenceProperty(XmlWriter writer, string propertyName, Sequen
303303
{
304304
foreach (var (value, i) in sequenceValue.Elements.Select((e, i) => (e, i)))
305305
{
306-
WritePropertyElement(writer,$"{propertyName}[{i}]", value);
306+
WritePropertyElement(writer, $"{propertyName}[{i}]", value);
307307
}
308308
}
309309

0 commit comments

Comments
 (0)