Skip to content

Commit c4b27bc

Browse files
committed
Fix formatting
1 parent 4f48cf7 commit c4b27bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Config/Converters/DmlToolsConfigConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public override void Write(Utf8JsonWriter writer, DmlToolsConfig? value, JsonSer
145145
writer.WriteBooleanValue(value.AllToolsEnabled);
146146
}
147147

148-
if(hasIndividualSettings)
148+
if (hasIndividualSettings)
149149
{
150150
writer.WritePropertyName("dml-tools");
151151

0 commit comments

Comments
 (0)