mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-23 08:34:18 +02:00
perform cargo fmt --all
This commit is contained in:
parent
f946fbaa7a
commit
816498a4e5
1 changed files with 1 additions and 2 deletions
|
|
@ -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")
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue