mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Add missing blank line
This commit is contained in:
@@ -56,6 +56,7 @@ pub fn closest_representable_scale(scale: f64) -> f64 {
|
|||||||
|
|
||||||
(scale * FRACTIONAL_SCALE_DENOM).round() / FRACTIONAL_SCALE_DENOM
|
(scale * FRACTIONAL_SCALE_DENOM).round() / FRACTIONAL_SCALE_DENOM
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use k9::snapshot;
|
use k9::snapshot;
|
||||||
|
|||||||
Reference in New Issue
Block a user