Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant committed Sep 27, 2023
1 parent 217bfba commit f101241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/noirc_abi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ impl ContractEvent {
// For the ABI, we always want to resolve the struct paths from the root crate
let path = context.fully_qualified_struct_path(context.root_crate_id(), struct_type.id);

Self { name: struct_type.name.0.contents.clone(), path: path, fields: fields }
Self { name: struct_type.name.0.contents.clone(), path, fields }
}
}

Expand Down

0 comments on commit f101241

Please sign in to comment.