Skip to content

Commit 771532d

Browse files
committed
Add Default for Characteristics
1 parent f7fc47b commit 771532d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/characteristics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub struct Characteristics {
2121
pub rate_noise_density: f32,
2222
}
2323

24-
impl Default for Characteristics {
24+
impl Default for Characteristics {s""
2525
fn default() -> Self {
2626
#[allow(clippy::excessive_precision)]
2727
Self {

0 commit comments

Comments
 (0)