mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Code style update/fixes
This commit is contained in:
@@ -47,9 +47,7 @@ namespace ArchiSteamFarm {
|
||||
);
|
||||
}
|
||||
|
||||
public void Dispose() {
|
||||
SteamDiscoveryQueueTimer.Dispose();
|
||||
}
|
||||
public void Dispose() => SteamDiscoveryQueueTimer.Dispose();
|
||||
|
||||
private async Task ExploreDiscoveryQueue() {
|
||||
if (!Bot.IsConnectedAndLoggedOn) {
|
||||
|
||||
Reference in New Issue
Block a user