Skip to content

Commit

Permalink
!fixup ;
Browse files Browse the repository at this point in the history
  • Loading branch information
Histalek committed Oct 1, 2024
1 parent fd098ef commit 4d4d9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/FileParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void Process()
// and we should now be able to find a datastructure.
if (!paramMatcher.IsLineComment(line))
{
line = line.TrimEnd()
line = line.TrimEnd();
DataStructure dataStructure = langMatcher.GetDataStructureType(lang, line);
int counter = 1;

Expand Down

0 comments on commit 4d4d9fc

Please sign in to comment.