Skip to content

Commit

Permalink
chore: add default implementation to formattter output
Browse files Browse the repository at this point in the history
  • Loading branch information
raventid committed Feb 14, 2024
1 parent 97d5013 commit eecf8dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli/simple/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,9 @@ impl FromStr for Network {
}
}

#[derive(Clone)]
#[derive(Default, Clone)]
pub enum OutputFormat {
#[default]
Plain,
Json,
Toml,
Expand Down

0 comments on commit eecf8dd

Please sign in to comment.