Fix formatting

This commit is contained in:
Jeremy Soller 2016-07-24 08:24:49 -06:00 committed by GitHub
parent ef023ed596
commit b81bcc6749
1 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,8 @@ impl Color for Rgb {
/// Reset colors to defaults.
pub struct Reset;
impl Color for Reset {#[inline]
impl Color for Reset {
#[inline]
fn write_fg(&self, f: &mut fmt::Formatter) -> fmt::Result {
write!(f, csi!("39m"))
}