Skip to content

Commit

Permalink
tab too much
Browse files Browse the repository at this point in the history
  • Loading branch information
kinsi55 committed May 29, 2021
1 parent 4c976a9 commit 264bed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void Bad(string str) {
}

void SetKv(ref string input, string key, string val) {
input = Regex.Replace(input, $"\"{key}\".*", $"\t\"{key}\"\t\"{val}\"", RegexOptions.IgnoreCase);
input = Regex.Replace(input, $"\"{key}\".*", $"\"{key}\"\t\"{val}\"", RegexOptions.IgnoreCase);
}

private void button2_Click(object sender, EventArgs e) {
Expand Down

0 comments on commit 264bed1

Please sign in to comment.