From 6df30473daacc6ff7152ce3e8ca19d81f3852bcd Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Thu, 6 Dec 2018 23:14:56 -0500 Subject: [PATCH] Rustfmt fix --- tests/unused_panic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}