summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2022-06-27 13:21:36 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2022-06-27 13:28:32 -0400
commit0c809c7b17247ecab80b8571ac15414c2a019dce (patch)
tree2f16844ca78338acc3e52dbee9718d3272e24149 /src/config
parent19d59e9290493b8b645abcbe0e4e036b08b750e3 (diff)
fix bulk_rename logic error
Diffstat (limited to 'src/config')
-rw-r--r--src/config/general/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/general/app.rs b/src/config/general/app.rs
index c890259..3680820 100644
--- a/src/config/general/app.rs
+++ b/src/config/general/app.rs
@@ -1,5 +1,5 @@
-use super::DEFAULT_CONFIG_FILE_PATH;
use super::app_raw::AppConfigRaw;
+use super::DEFAULT_CONFIG_FILE_PATH;
use crate::config::option::{DisplayOption, PreviewOption, SortOption, TabOption};
use crate::error::JoshutoResult;