remove unnecessary empty lines

codefactor.io \(o.o)/
also one unnecessary semicolon
This commit is contained in:
Aergwyn
2018-01-12 19:30:34 +01:00
parent b9f4dee801
commit ae1adfd2f2
23 changed files with 1 additions and 26 deletions

View File

@ -43,7 +43,6 @@ namespace osu.Desktop
host.Run(new OsuGameDesktop(args));
break;
}
}
return 0;
}