Skip to content

Commit

Permalink
chore\!: revoke pub since we have setters new
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Aug 14, 2024
1 parent 56797ca commit aaf79ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/layout/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ use crate::layout::Layout;
/// instance. Otherwise, the system timezone is used.
#[derive(Default, Debug, Clone)]
pub struct TextLayout {
pub colors: LevelColor,
pub no_color: bool,
pub tz: Option<TimeZone>,
colors: LevelColor,
no_color: bool,
tz: Option<TimeZone>,
}

impl TextLayout {
Expand Down

0 comments on commit aaf79ee

Please sign in to comment.