Skip to content

Commit a19c022

Browse files
TheKnightWhoSaysNisharkdp
authored andcommitted
cargo fmt
1 parent 9e98bb0 commit a19c022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/binocle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ impl Binocle {
4545
1,
4646
);
4747

48-
let max_size = 4*8;
48+
let max_size = 4 * 8;
4949
let width = (self.settings.width * self.settings.stride).min(max_size);
5050
let height = 24;
5151

0 commit comments

Comments
 (0)