Skip to content

Commit 836aa10

Browse files
committed
add trimer
1 parent 4eff7a6 commit 836aa10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kvm.Analyser/Parser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static Dictionary<string, string> ParseKey(string str)
3333
continue;
3434
}
3535

36-
dic.Add(m[..index], m[(index + 1)..]);
36+
dic.Add(m[..index].Trim(), m[(index + 1)..].Trim());
3737
}
3838

3939
return dic;

0 commit comments

Comments
 (0)