[librsvg: 3/13] cargo fmt




commit c33fadb7a7e54210ea6d389c882324bc64c135f5
Author: Federico Mena Quintero <federico gnome org>
Date:   Sun Apr 11 21:42:40 2021 -0500

    cargo fmt

 src/bin/rsvg-convert.rs | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/bin/rsvg-convert.rs b/src/bin/rsvg-convert.rs
index 4fb6f4c3..9031268d 100644
--- a/src/bin/rsvg-convert.rs
+++ b/src/bin/rsvg-convert.rs
@@ -9,12 +9,12 @@ use gio::{UnixInputStream, UnixOutputStream};
 
 #[cfg(windows)]
 mod windows_imports {
-    pub use std::io;
-    pub use std::os::windows::io::AsRawHandle;
-    pub use libc::c_void;
-    pub use glib_sys::gboolean;
     pub use gio_sys::{GInputStream, GOutputStream};
     pub use glib::translate::*;
+    pub use glib_sys::gboolean;
+    pub use libc::c_void;
+    pub use std::io;
+    pub use std::os::windows::io::AsRawHandle;
 }
 
 #[cfg(windows)]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]