Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: danbugs <[email protected]>
  • Loading branch information
danbugs committed Feb 18, 2024
1 parent 89035bf commit 4095b6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ where
continue;
} else {
// quit program, we have an error that we can't recover from
panic!("🚨 quitting program due to an error we can't recover from...");
panic!(
"🚨 quitting program due to an error we can't recover from..."
);

Check warning on line 145 in lib/src/common.rs

View check run for this annotation

Codecov / codecov/patch

lib/src/common.rs#L143-L145

Added lines #L143 - L145 were not covered by tests
}
} else {
maybe_sgv = maybe_sgv.update();
Expand Down

0 comments on commit 4095b6b

Please sign in to comment.