* src/tgbaalgos/gtec/gtec.cc (couvreur99_check_shy::dump_queue):
Remove superfluous semicolon.
This commit is contained in:
parent
fbbaef0ab8
commit
b5f4ba982c
2 changed files with 6 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ namespace spot
|
|||
if (qi != ti->q.end())
|
||||
os << ", ";
|
||||
}
|
||||
os << "}" << std::endl;;
|
||||
os << "}" << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue