Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
amykhuang committed Jun 4, 2024
1 parent 2fd1718 commit 6f385be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/lib/promise/detail/basic_seq.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ class BasicSeqIter {
}
cur_ = next;
state_.~State();
Construct(&state_, Traits::CallSeqFactory(
f_, *cur_, std::move(arg)));
Construct(&state_, Traits::CallSeqFactory(f_, *cur_, std::move(arg)));
return PollNonEmpty();
});
}
Expand Down

0 comments on commit 6f385be

Please sign in to comment.