chore: cargo fmt

This commit is contained in:
Byson94
2025-12-24 11:19:09 +05:30
parent 216775f55a
commit d25c2db420

View File

@@ -332,4 +332,4 @@ pub(super) fn parse_content_fit(cf: &str) -> Result<gtk4::ContentFit> {
"scaledown" => Ok(gtk4::ContentFit::ScaleDown),
_ => Err(anyhow!("Invalid content fit: '{}'", cf)),
}
}
}