Remove trailing white-space from various files
This commit is contained in:
committed by
abcdefg30
parent
150d02ac0d
commit
3ab4a584ab
@@ -43,7 +43,7 @@ namespace OpenRA
|
||||
var launcherPath = Assembly.GetExecutingAssembly().Location;
|
||||
var directory = Path.GetDirectoryName(launcherPath);
|
||||
Directory.SetCurrentDirectory(directory);
|
||||
|
||||
|
||||
AppDomain.CurrentDomain.UnhandledException += (_, e) => ExceptionHandler.HandleFatalError((Exception)e.ExceptionObject);
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user