chore: format nix file
This commit is contained in:
parent
9f1f23e62b
commit
cb51cacf9a
2 changed files with 15 additions and 14 deletions
|
|
@ -49,6 +49,7 @@ fn get_pixel(grids: &mut [grid::FlutGrid<u32>], canvas: u8, x: u16, y: u16) -> O
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[inline]
|
||||||
fn increment_counter() {
|
fn increment_counter() {
|
||||||
COUNTER.fetch_add(1, std::sync::atomic::Ordering::Relaxed);
|
COUNTER.fetch_add(1, std::sync::atomic::Ordering::Relaxed);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue