Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis authored May 17, 2024
1 parent d2707c9 commit 43684d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/errors/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ use crate::BoxedError;

use super::*;

fn examine_report(
error: impl miette::Diagnostic + Sync + Send + 'static,
) {
fn examine_report(error: impl miette::Diagnostic + Sync + Send + 'static) {
println!("{}", error);
println!("{:?}", error);
println!("{:?}", error.source());
Expand Down

0 comments on commit 43684d8

Please sign in to comment.