Skip to content

Commit

Permalink
chore!: revoke pub since we have setters new (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun authored Aug 14, 2024
1 parent 56797ca commit 4ebac33
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 4ebac33

Please sign in to comment.