Skip to content

Commit

Permalink
Implement Default
Browse files Browse the repository at this point in the history
  • Loading branch information
marcua committed Jan 7, 2024
1 parent ee36d4e commit b851c1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/client/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ impl ClientConfig {
Ok(())
}
}

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

0 comments on commit b851c1a

Please sign in to comment.