Skip to content

Commit 3547f60

Browse files
committed
Implement Clone for Style
1 parent f93cca2 commit 3547f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub(crate) struct Formatter<'a> {
1515
///
1616
/// Currently we only have indentation configured, other things might be
1717
/// added later (such as minification).
18-
#[derive(Debug, PartialEq)]
18+
#[derive(Debug, PartialEq, Clone)]
1919
pub struct Style {
2020
indent: u32,
2121
}

0 commit comments

Comments
 (0)