Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohoch committed Oct 25, 2024
1 parent 48790c9 commit 5ff561e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exe/benchmark.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ int main(int argc, char const* argv[]) {
d.reset(opt.max_dist_);
d.add_start(car::label{car::node{start, 0, direction::kForward}, 0U});
d.add_start(car::label{car::node{start, 0, direction::kBackward}, 0U});
d.run<direction::kForward, false>(*w.r_, opt.max_dist_, nullptr, nullptr);
d.run<direction::kForward, false>(*w.r_, opt.max_dist_, nullptr,
nullptr);
}
});
}
Expand Down

0 comments on commit 5ff561e

Please sign in to comment.