Skip to content

Commit

Permalink
Making Printer an empty structure
Browse files Browse the repository at this point in the history
  • Loading branch information
notdanilo committed Oct 30, 2023
1 parent 7c4adad commit e88414b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/editor/src/gui/ui/utils/text_printer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ impl Paper {
}

#[derive(Default)]
pub struct Printer;
pub struct Printer {}

impl Printer {
pub fn new() -> Self {
Expand Down

0 comments on commit e88414b

Please sign in to comment.