From d7099a4d98744481e8f7ecce4e9233e66af1fd44 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Wed, 8 Jun 2022 14:52:17 +0300 Subject: Fix formatting --- src/main.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index d9b299e..efe1522 100755 --- a/src/main.rs +++ b/src/main.rs @@ -16,16 +16,16 @@ mod application; mod config; -mod ui; mod database; mod settings_manager; +mod ui; use self::application::FurtheranceApplication; -use config::{GETTEXT_PACKAGE, LOCALEDIR, PKGDATADIR, APP_ID}; +use config::{APP_ID, GETTEXT_PACKAGE, LOCALEDIR, PKGDATADIR}; use gettextrs::{bind_textdomain_codeset, bindtextdomain, textdomain}; -use gtk::{gio, glib}; use gtk::prelude::*; +use gtk::{gio, glib}; fn main() { // Initialize GTK -- cgit 1.4.1