Skip to content

Commit 6f385be

Browse files
committed
Formatting
1 parent 2fd1718 commit 6f385be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/lib/promise/detail/basic_seq.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ class BasicSeqIter {
9999
}
100100
cur_ = next;
101101
state_.~State();
102-
Construct(&state_, Traits::CallSeqFactory(
103-
f_, *cur_, std::move(arg)));
102+
Construct(&state_, Traits::CallSeqFactory(f_, *cur_, std::move(arg)));
104103
return PollNonEmpty();
105104
});
106105
}

0 commit comments

Comments
 (0)