style: reorder import order in window/mod.rs
parent
ed2568dc25
commit
044414fa06
|
@ -2,9 +2,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
mod file;
|
||||
|
||||
mod imp;
|
||||
pub mod file;
|
||||
pub mod imp;
|
||||
pub mod menubar;
|
||||
|
||||
use glib::object::IsA;
|
||||
|
|
Loading…
Reference in New Issue