Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinyu Li committed Feb 27, 2024
1 parent a760679 commit a366634
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/builder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,11 @@ Builder::Builder()

Builder::~Builder()
{

}

Builder::Impl::~Impl()
{
for (auto [bb_id, disposer] :disposers) {
for (auto [bb_id, disposer] : disposers) {
disposer(bb_id.c_str());
}
}
Expand Down

0 comments on commit a366634

Please sign in to comment.