mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Remove duplicate semicolons
This commit is contained in:
@ -321,7 +321,7 @@ namespace ERMConverter
|
||||
{
|
||||
ParamIO ret;
|
||||
ret.isInput = true;
|
||||
ret.name = (std::visit(LVL1IexpToVar(), cmp)).str();;
|
||||
ret.name = (std::visit(LVL1IexpToVar(), cmp)).str();
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user