mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-15 08:00:40 +00:00
Initial code cleanup
This commit is contained in:
@@ -34,7 +34,11 @@ namespace ArchiSteamFarm.Helpers {
|
||||
private bool ReadOnly;
|
||||
private bool SavingScheduled;
|
||||
|
||||
public virtual void Dispose() => FileSemaphore.Dispose();
|
||||
public virtual void Dispose() {
|
||||
FileSemaphore.Dispose();
|
||||
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
|
||||
protected async Task Save() {
|
||||
if (string.IsNullOrEmpty(FilePath)) {
|
||||
|
||||
Reference in New Issue
Block a user