From 42da20674fb7927888c302d38971ba533daa97d8 Mon Sep 17 00:00:00 2001 From: Florian Date: Sun, 11 Aug 2024 01:46:01 +0200 Subject: [PATCH] fix: formatting --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 58dbc40..ef920b6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,4 +8,4 @@ pub use rivets_macros::detour; pub use rivets_macros::initialize; extern crate rivets_shared; -pub use rivets_shared::*; \ No newline at end of file +pub use rivets_shared::*;