Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
julienhenry committed Jun 5, 2023
1 parent 8394f07 commit eb41198
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ast/transform/SemanticChecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,8 @@ void SemanticCheckerImpl::checkRelation(const Relation& relation) {
}
const auto orig = relation.getIsDeltaDebug().value();
if (!program.getRelation(orig)) {
report.addError("Could not find relation " + toString(orig) + " referred to by the delta_debug relation " +
report.addError("Could not find relation " + toString(orig) +
" referred to by the delta_debug relation " +
toString(relation.getQualifiedName()),
relation.getSrcLoc());
}
Expand Down

0 comments on commit eb41198

Please sign in to comment.