remove redundant break

This commit is contained in:
Lyssa 2025-04-06 19:27:33 +04:00
parent 6d971c2f6d
commit f6353e567a

View File

@ -238,7 +238,6 @@ namespace TSforgeCLI
{
Logger.WriteLine("Argument doesn't exist or the specified activation ID is invalid.");
options.ShowHelp = true;
break;
}
break;
}