Skip to content

Commit 4dd716a

Browse files
authored
remove redundancy
1 parent 84ade79 commit 4dd716a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SaintCoinach.Cmd/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ private static void Main(string[] args) {
5555
IConsole cns;
5656
try {
5757
cns = new Tharga.Console.Consoles.ClientConsole();
58-
} catch (System.PlatformNotSupportedException e) {
58+
} catch (PlatformNotSupportedException e) {
5959
cns = new Tharga.Console.Consoles.NullConsole();
6060
}
6161
var cmd = new RootCommand(cns);

0 commit comments

Comments
 (0)