From 7565c34d69ee259fef3ac9813d689d97689a6d58 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 9 Dec 2025 13:12:31 +0100 Subject: style(rocie-client): Format --- crates/rocie-client/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/rocie-client/src/lib.rs') diff --git a/crates/rocie-client/src/lib.rs b/crates/rocie-client/src/lib.rs index bbd0eed..5d2d948 100644 --- a/crates/rocie-client/src/lib.rs +++ b/crates/rocie-client/src/lib.rs @@ -1,12 +1,12 @@ #![allow(unused_imports)] #![allow(clippy::too_many_arguments)] -extern crate serde_repr; +extern crate reqwest; extern crate serde; extern crate serde_json; +extern crate serde_repr; extern crate url; -extern crate reqwest; pub mod apis; -pub mod models; pub mod implies; +pub mod models; -- cgit 1.4.1