Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed Mar 10, 2022
1 parent 365698c commit 81b8a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tket/src/Predicates/Predicates.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ bool ConnectivityPredicate::implies(const Predicate& other) const {
const Architecture& arc1 = arch_;
const Architecture& arc2 = other_c.arch_;
// Check that all nodes in arc1 are in arc2:
for (const Node &n : arc1.get_all_nodes_vec()) {
for (const Node& n : arc1.get_all_nodes_vec()) {
if (!arc2.node_exists(n)) {
return false;
}
Expand Down

0 comments on commit 81b8a0c

Please sign in to comment.