Skip to content

Commit f312e46

Browse files
committed
Fixed formatting (#415)
1 parent 5e275e5 commit f312e46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/class_diagram/visitor/translation_unit_visitor.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,8 +1849,9 @@ bool translation_unit_visitor::find_relationships(const clang::Decl *decl,
18491849
}
18501850
else if (type->getAsCXXRecordDecl() != nullptr) {
18511851
relationships.emplace_back(
1852-
common::to_id(type, type->getAsCXXRecordDecl()->getASTContext()), relationship_hint,
1853-
decl);
1852+
common::to_id(
1853+
type, type->getAsCXXRecordDecl()->getASTContext()),
1854+
relationship_hint, decl);
18541855
result = true;
18551856
}
18561857
else {

0 commit comments

Comments
 (0)