From 0a0c437c194da71bc01f61bc59b61bf3eb8249e7 Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Sun, 11 Aug 2024 13:19:46 -0500 Subject: [PATCH] chore: cargo fmt --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 879b745..4e7e8b2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,4 +9,4 @@ pub use rivets_macros::*; extern crate rivets_shared; pub use rivets_shared::*; -pub use retour; \ No newline at end of file +pub use retour;