chore: blank line

[skip changelog]
This commit is contained in:
status102
2025-04-14 08:32:02 +08:00
parent 6196676eb3
commit 31bf864f78

View File

@@ -85,7 +85,6 @@ namespace MaaWpfGui.Helper
return bool.TryParse(value, out var result) ? result : defaultValue;
}
public static string GetGlobalValue(string key, string defaultValue)
{
var hasValue = _globalKvs.TryGetValue(key, out var value);