mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Resharper Cleanup v2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user