Skip to content

Commit

Permalink
Remove extra semi colon from folly/experimental/coro/Merge-inl.h
Browse files Browse the repository at this point in the history
Summary:
`-Wextra-semi` or `-Wextra-semi-stmt`

If the code compiles, this is safe to land.

Reviewed By: Orvid

Differential Revision: D57975880

fbshipit-source-id: 2d60cb964fc917722e735c1afce1412f0f4c4458
  • Loading branch information
David Tolnay authored and facebook-github-bot committed Sep 1, 2024
1 parent 3f3aa50 commit 02e0109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folly/coro/Merge-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ AsyncGenerator<Reference, Value> merge(
detail::callback_record_error, std::move(ex)};
state_->recordPublished.post();
}
};
}
};

detail::Barrier barrier{1};
Expand Down

0 comments on commit 02e0109

Please sign in to comment.