1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Remove extra semicolon

This commit is contained in:
Brian Fiete 2024-08-14 06:38:21 -04:00
parent d53613c303
commit 78e9716f3a

View file

@ -971,7 +971,7 @@ void BfCompiler::EmitTestMethod(BfVDataModule* bfModule, Array<TestMethod>& test
if (str != NULL) if (str != NULL)
{ {
testMethod.mName += "Name"; testMethod.mName += "Name";
testMethod.mName += SlashString(*str, true, true, true);; testMethod.mName += SlashString(*str, true, true, true);
testMethod.mName += '\a'; testMethod.mName += '\a';
} }
} }