Skip to content

Commit

Permalink
Fix typo in rust source template (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: gabrik <[email protected]>
  • Loading branch information
gabrik authored Feb 21, 2023
1 parent dcfce88 commit 07bbf78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-zenoh-flow/src/templates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ use zenoh_flow::prelude::*;
pub struct {name};
#[async_trait]
impl Source for {name}{
impl Source for {name} \{
async fn new(
context: Context,
configuration: Option<Configuration>,
Expand Down

0 comments on commit 07bbf78

Please sign in to comment.