mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
chore: blank line
[skip changelog]
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user