We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eff7a6 commit 836aa10Copy full SHA for 836aa10
Kvm.Analyser/Parser.cs
@@ -33,7 +33,7 @@ public static Dictionary<string, string> ParseKey(string str)
33
continue;
34
}
35
36
- dic.Add(m[..index], m[(index + 1)..]);
+ dic.Add(m[..index].Trim(), m[(index + 1)..].Trim());
37
38
39
return dic;
0 commit comments