R# cleanup

This commit is contained in:
JustArchi
2018-12-15 00:27:15 +01:00
parent 39fb21cc83
commit f8aa8babcf
48 changed files with 1510 additions and 32 deletions

View File

@@ -66,6 +66,7 @@ namespace ArchiSteamFarm.Helpers {
}
(bool success, T result) = await ResolveFunction().ConfigureAwait(false);
if (!success) {
return (false, InitializedValue);
}