Skip to content

Commit

Permalink
fix!: Make Margin private
Browse files Browse the repository at this point in the history
  • Loading branch information
Muscraft committed Mar 15, 2024
1 parent 73919a7 commit e89fd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub(crate) mod stylesheet;
use crate::snippet::Message;
pub use anstyle::*;
use display_list::DisplayList;
pub use margin::Margin;
use margin::Margin;
use std::fmt::Display;
use stylesheet::Stylesheet;

Expand Down

0 comments on commit e89fd82

Please sign in to comment.