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:
parent
d53613c303
commit
78e9716f3a
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue