Skip to content

Commit 563f3a3

Browse files
committed
Update DefinitionsTest.cs
1 parent c868776 commit 563f3a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/DiffEngine.Tests/DefinitionsTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ static void WriteArguments(StreamWriter writer, LaunchArguments arguments)
167167
writer.WriteLine($"""
168168
* Example target on left arguments: `{leftText} `
169169
* Example target on right arguments: `{rightText} `
170-
""" );
170+
""");
171171
}
172172
else
173173
{
@@ -176,7 +176,7 @@ static void WriteArguments(StreamWriter writer, LaunchArguments arguments)
176176
* Example target on right arguments for text: `{rightText} `
177177
* Example target on left arguments for binary: `{leftBinary} `
178178
* Example target on right arguments for binary: `{rightBinary} `
179-
""" );
179+
""");
180180
}
181181
}
182182

0 commit comments

Comments
 (0)