Skip to content

Commit f1112f0

Browse files
committed
Code style
1 parent 4076ed1 commit f1112f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IPConfig/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ private static async Task ShowUnhandledExceptionAsync(Exception exception, strin
200200
{
201201
Process.Start(module.FileName);
202202
CanForceClose = true;
203-
Current?.Shutdown();
203+
Current.Shutdown();
204204
}
205205
}
206206

0 commit comments

Comments
 (0)