Skip to content

Commit

Permalink
Add Debug derive to ObjectStyle (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
alekratz authored and TimonPost committed Aug 14, 2019
1 parent ac9c9af commit 78dc8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossterm_style/src/objectstyle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::fmt::Display;
use super::Attribute;

/// Struct that contains the style properties that can be applied to a displayable object.
#[derive(Clone)]
#[derive(Debug, Clone)]
pub struct ObjectStyle {
pub fg_color: Option<Color>,
pub bg_color: Option<Color>,
Expand Down

0 comments on commit 78dc8c7

Please sign in to comment.