Skip to content

Commit 00e9d83

Browse files
committed
Yeesh, should probably fix this bug
1 parent a9b505b commit 00e9d83

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/context.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,9 @@ impl Context {
7878
}
7979
}
8080
}
81-
82-
if !self.image {
83-
println!("{}", Attribute::Reset);
84-
}
81+
}
82+
if !self.image {
83+
println!("{}", Attribute::Reset);
8584
}
8685
} else {
8786
let mut frame = String::from("");

0 commit comments

Comments
 (0)