diff --git a/ArchiSteamFarm/Program.cs b/ArchiSteamFarm/Program.cs index 9fb10128a..b80a5a0ac 100644 --- a/ArchiSteamFarm/Program.cs +++ b/ArchiSteamFarm/Program.cs @@ -200,9 +200,9 @@ namespace ArchiSteamFarm { } Logging.LogGenericInfo("Downloading new version..."); - Logging.LogGenericInfo("While waiting, consider donating if you appreciate the work being done :)"); + Logging.LogGenericInfo("While waiting, consider donating if you appreciate the work being done :)"); - byte[] result = await WebBrowser.UrlGetToBytesRetry(binaryAsset.DownloadURL).ConfigureAwait(false); + byte[] result = await WebBrowser.UrlGetToBytesRetry(binaryAsset.DownloadURL).ConfigureAwait(false); if (result == null) { return; } diff --git a/docs/CodeStyle.vssettings b/docs/CodeStyle.vssettings new file mode 100644 index 000000000..bed90b28b --- /dev/null +++ b/docs/CodeStyle.vssettings @@ -0,0 +1,27 @@ + + true + true + true + true + true + true + 4 + 2 + false + 58 + true + true + true + true + true + true + true + true + true + true + 4 + false + false + false + true + 0111110101110000111000110101101001100002100000001001001101000010011000101 \ No newline at end of file