perform cargo fmt --all

This commit is contained in:
Pavel Timofeev 2026-04-14 19:33:51 -04:00
commit 816498a4e5

View file

@ -60,8 +60,7 @@ pub fn print_page(
if snip.is_empty() {
Ok(())
} else {
print_snippet(&mut handle, snip, &config.style)
.context("Failed to print snippet")
print_snippet(&mut handle, snip, &config.style).context("Failed to print snippet")
}
};