Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dragpent committed Oct 30, 2024
1 parent 9d97c28 commit 1074e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VCF Name Fix/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ private void btnProcess_Click(object sender, EventArgs e)
var currentFormattedName = "";
var nameDetails = "";
var fixedFormattedName = "";
var fixedSpaceName = "";

bool containedSpaces = false;

Expand Down Expand Up @@ -129,6 +128,7 @@ private void btnProcess_Click(object sender, EventArgs e)
currentFormattedName = "";
nameDetails = "";
fixedFormattedName = "";
containedSpaces = false;
}
}

Expand Down

0 comments on commit 1074e65

Please sign in to comment.