Skip to content

Commit 5406c43

Browse files
committed
fixing spacing
1 parent 9a58e06 commit 5406c43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

UiTests/Common/UiTestHelpers.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ private static void SwapFiles(string path1, string path2)
489489
{
490490
// Write the contents of file1 to file2
491491
File.WriteAllText(path2, file1Contents);
492-
}
492+
}
493493
catch (Exception)
494494
{
495495
// If the second write fails, revert the first write
@@ -500,7 +500,7 @@ private static void SwapFiles(string path1, string path2)
500500
Console.WriteLine("File contents swapped successfully.");
501501
}
502502

503-
/// <summary>
503+
/// <summary>
504504
/// Builds the solution at the given path.
505505
/// </summary>
506506
/// <param name="solutionPath">Absolute path to the sln file to be built</param>

UiTests/Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<SystemTextJsonVersion>8.0.4</SystemTextJsonVersion>
1818
<XunitAssertVersion>2.9.1</XunitAssertVersion>
1919
<XunitExtensibilityCoreVersion>2.9.1</XunitExtensibilityCoreVersion>
20-
<XunitRunnerVisualStudioVersion>2.8.2</XunitRunnerVisualStudioVersion>
21-
<XunitVersion>2.9.1</XunitVersion>
20+
<XunitRunnerVisualStudioVersion>2.8.2</XunitRunnerVisualStudioVersion>
21+
<XunitVersion>2.9.1</XunitVersion>
2222
</PropertyGroup>
2323

2424
</Project>

0 commit comments

Comments
 (0)