Skip to content

Commit a87a41b

Browse files
committed
Fix some r# errors
1 parent 22741e9 commit a87a41b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/GitVersionCore.Tests/IntegrationTests/DocumentationSamples.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using GitTools;
22
using GitTools.Testing;
3-
using GitVersion;
43
using GitVersionCore.Tests;
54
using NUnit.Framework;
65
using Shouldly;

src/GitVersionExe/ArgumentParser.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,6 @@ public static Arguments ParseArguments(List<string> commandLineArguments)
299299
arguments.OverrideConfig.TagPrefix = configOverride[1];
300300
}
301301
break;
302-
default:
303-
break;
304302
}
305303
}
306304

0 commit comments

Comments
 (0)