Fix formating

This commit is contained in:
Thomas 2019-05-14 08:56:48 +02:00
parent 264db10290
commit c57996e589
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ std::unordered_map<size_t, TokenStreamRewriter::RewriteOperation*> TokenStreamRe
rop->lastIndex = std::max(prevRop->lastIndex, rop->lastIndex);
std::cout << "new rop " << rop << std::endl;
}
else if ( !disjoint ) {
else if (!disjoint) {
throw IllegalArgumentException("replace op boundaries of " + rop->toString() +
" overlap with previous " + prevRop->toString());
}