diff --git a/tests/unused_panic.rs b/tests/unused_panic.rs index e378e0a..d9ef4a3 100644 --- a/tests/unused_panic.rs +++ b/tests/unused_panic.rs @@ -4,4 +4,4 @@ use qadapt::enter_protected; #[should_panic] fn guard_without_initialization() { enter_protected(); -} \ No newline at end of file +}