From e6db6dfc762c8b00b4bfb4cd00100eb542de963f Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 16 Jun 2026 18:32:56 +0200 Subject: [PATCH] formatting --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index f542fe5..3e8d4a2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,9 +3,9 @@ pub use steam_vent_proto_steam::*; #[cfg(feature = "csgo")] pub use steam_vent_proto_csgo as csgo; +#[cfg(feature = "deadlock")] +pub use steam_vent_proto_deadlock as deadlock; #[cfg(feature = "dota2")] pub use steam_vent_proto_dota2 as dota2; #[cfg(feature = "tf2")] pub use steam_vent_proto_tf2 as tf2; -#[cfg(feature = "deadlock")] -pub use steam_vent_proto_deadlock as deadlock;