Skip to content

Commit

Permalink
refactor: derive Clone for PrintOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoccesar committed May 14, 2024
1 parent ca1ac37 commit 3868f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wkwebview/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pub struct PrintMargin {
pub left: f32,
}

#[derive(Debug, Default)]
#[derive(Debug, Default, Clone)]
pub struct PrintOptions {
pub margins: PrintMargin,
}
Expand Down

0 comments on commit 3868f65

Please sign in to comment.