Skip to content

Commit 40404df

Browse files
ZSPACE-12104 Remove reduncant properties.
1 parent ac97343 commit 40404df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MainClass.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@ private static void RegularParametersParsing(string[] args)
613613
{
614614
// parse the command line
615615
var extra = optionSet.Parse(args);
616+
616617
if (!extra.IsNullOrEmpty())
617618
{
618619
throw new OptionException("Unexpected extra arguments", null);

0 commit comments

Comments
 (0)