Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Refactors #2

Merged
merged 21 commits into from
Sep 30, 2019
Prev Previous commit
Next Next commit
removed import
  • Loading branch information
TimonPost committed Sep 30, 2019
commit 8d6211174b4065a9be018a76ea15e9d02a06536a
2 changes: 1 addition & 1 deletion src/styledobject.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use std::result;
use crossterm_utils::queue;

use crate::{
color, Attribute, Color, Colorize, ObjectStyle, ResetColor, SetAttr, SetBg, SetFg, Styler,
Attribute, Color, Colorize, ObjectStyle, ResetColor, SetAttr, SetBg, SetFg, Styler,
};

/// Contains both the style and the content which can be styled.
Expand Down