mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
Clippy fix didn't delete a space
This commit is contained in:
parent
6fb7b74b35
commit
14c6542e7b
|
@ -189,7 +189,7 @@ impl TileSetting {
|
|||
}
|
||||
}
|
||||
|
||||
fn find_screenblock_gap(screenblocks: &Bitarray<1>, gap: usize) -> usize {
|
||||
fn find_screenblock_gap(screenblocks: &Bitarray<1>, gap: usize) -> usize {
|
||||
let mut candidate = 0;
|
||||
|
||||
'outer: while candidate < 16 - gap {
|
||||
|
|
Loading…
Reference in a new issue