Skip to content

Commit

Permalink
Merge pull request #624 from trbenton/bugfix/stray-tab
Browse files Browse the repository at this point in the history
Formatting: Replace a stray tab with spaces
  • Loading branch information
mvandervoord authored Jun 22, 2022
2 parents 4ee26e4 + ca7a170 commit 3852926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unity.c
Original file line number Diff line number Diff line change
Expand Up @@ -2048,7 +2048,7 @@ void UnityDefaultTestRun(UnityTestFunction Func, const char* FuncName, const int
/*-----------------------------------------------*/
void UnitySetTestFile(const char* filename)
{
Unity.TestFile = filename;
Unity.TestFile = filename;
}

/*-----------------------------------------------*/
Expand Down

0 comments on commit 3852926

Please sign in to comment.