From 816498a4e54f7147f27e1bccf23e54993fd41e53 Mon Sep 17 00:00:00 2001 From: Pavel Timofeev Date: Tue, 14 Apr 2026 19:33:51 -0400 Subject: [PATCH] perform cargo fmt --all --- src/output.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/output.rs b/src/output.rs index b3210dd..e9c8eac 100644 --- a/src/output.rs +++ b/src/output.rs @@ -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") } };