Skip to content

Commit

Permalink
Fix duplicated mustache section close
Browse files Browse the repository at this point in the history
Summary: There are two `{{/function:stream?}}` here

Reviewed By: yfeldblum, yoney

Differential Revision: D60682630

fbshipit-source-id: 9353b1b9af5764ced2b244f80e92e59569b9813f
  • Loading branch information
praihan authored and facebook-github-bot committed Aug 3, 2024
1 parent a91322d commit c7af65e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
}}{{^function:sink?}}{{ > metadata/type_gen }}{{/function:sink?}}{{!
}}{{#function:sink?}}std::make_unique<Sink>({{#function:sink_elem_type}}{{ > metadata/type_gen}}{{/function:sink_elem_type}}, {{#function:sink_final_response_type}}{{ > metadata/type_gen}}{{/function:sink_final_response_type}}{{#function:sink_has_first_response?}}, {{#function:sink_first_response_type}}{{ > metadata/type_gen}}{{/function:sink_first_response_type}}{{/function:sink_has_first_response?}}){{/function:sink?}}{{!
}}{{#function:stream?}}{{!
}}std::make_unique<Stream>({{#function:stream_elem_type}}{{ > metadata/type_gen}}{{/function:stream_elem_type}}{{#function:stream_has_first_response?}}, {{#function:stream_first_response_type}}{{ > metadata/type_gen}}{{/function:stream_first_response_type}}{{/function:stream_has_first_response?}}){{/function:stream?}}{{!
}}std::make_unique<Stream>({{#function:stream_elem_type}}{{ > metadata/type_gen}}{{/function:stream_elem_type}}{{#function:stream_has_first_response?}}, {{#function:stream_first_response_type}}{{ > metadata/type_gen}}{{/function:stream_first_response_type}}{{/function:stream_has_first_response?}}){{!
}}{{/function:stream?}}

0 comments on commit c7af65e

Please sign in to comment.