remove redundant break
This commit is contained in:
parent
6d971c2f6d
commit
f6353e567a
@ -238,7 +238,6 @@ namespace TSforgeCLI
|
||||
{
|
||||
Logger.WriteLine("Argument doesn't exist or the specified activation ID is invalid.");
|
||||
options.ShowHelp = true;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user