Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2021-02-18 19:12:43 +0300
committerGitHub <noreply@github.com>2021-02-18 19:12:43 +0300
commit422f2f710707c1cf95dd513022c8fbef19f177dc (patch)
tree7016667ef1690a4841e0b8c9df92b3173154729b /test/Mono.Linker.Tests
parent2cb420dbabb4ec86d41a1b431696e58f45f031cd (diff)
Bump dependencies (#1840)v6.0.100-preview.2.21118.1
Diffstat (limited to 'test/Mono.Linker.Tests')
-rw-r--r--test/Mono.Linker.Tests/Extensions/NiceIO.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Mono.Linker.Tests/Extensions/NiceIO.cs b/test/Mono.Linker.Tests/Extensions/NiceIO.cs
index 8b61f67c0..8cbf9c5a5 100644
--- a/test/Mono.Linker.Tests/Extensions/NiceIO.cs
+++ b/test/Mono.Linker.Tests/Extensions/NiceIO.cs
@@ -293,8 +293,7 @@ namespace Mono.Linker.Tests.Extensions
static char Slash (SlashMode slashMode)
{
- return slashMode switch
- {
+ return slashMode switch {
SlashMode.Backward => '\\',
SlashMode.Forward => '/',
_ => Path.DirectorySeparatorChar,