Skip to content

Commit

Permalink
Run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
cemozerr committed Oct 29, 2023
1 parent 7526a2d commit 0606e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-system/sov-modules-macros/src/runtime_event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ impl<'a> StructDef<'a> {
let name = &field.ident;
let ty = &field.ty;

let doc: String = format!("An event emitted by the {} module", name.to_string());
let doc: String = format!("An event emitted by the {} module", name);

quote::quote!(
#[doc = #doc]
Expand Down

0 comments on commit 0606e65

Please sign in to comment.