Resharper Cleanup v2

This commit is contained in:
JustArchi
2017-04-05 17:23:18 +02:00
parent fcf9686a79
commit adfc992f26
19 changed files with 103 additions and 102 deletions

View File

@@ -442,9 +442,7 @@ namespace ArchiSteamFarm {
}
private sealed class Service : ServiceBase {
internal Service() {
ServiceName = SharedInfo.ServiceName;
}
internal Service() => ServiceName = SharedInfo.ServiceName;
protected override void OnStart(string[] args) => Task.Run(async () => {
// Normally it'd make sense to use already provided string[] args parameter above