From 43684d80cc5afbe49c87fbc3f8404dce0fc01144 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Fri, 17 May 2024 09:08:19 +0200 Subject: [PATCH] Fix formatting --- src/errors/tests.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/errors/tests.rs b/src/errors/tests.rs index f1b41e2..681ee52 100644 --- a/src/errors/tests.rs +++ b/src/errors/tests.rs @@ -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());