refactor: syntax style

This commit is contained in:
tux
2025-07-01 12:20:36 +05:30
parent f48b0cfe95
commit 7289b716f7

View File

@@ -20,7 +20,7 @@ public class SettingsManager<T> where T : class, new()
public SettingsManager(string appName = "highminded")
{
_settingsPath = Path.Combine(Environment.CurrentDirectory, "settings.json");
Settings = Load();
Settings = Load();
}
private T Load()