Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BiancaIalangi committed Nov 22, 2024
1 parent e21d75f commit 734acbc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contracts/dn404/tests/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ pub struct Dn404Setup {
pub b_mock: ScenarioWorld,
}

impl Default for Dn404Setup {
fn default() -> Self {
Self::new()
}
}

impl Dn404Setup {
pub fn new() -> Self {
let mut b_mock = world();
Expand Down

0 comments on commit 734acbc

Please sign in to comment.