summaryrefslogtreecommitdiff
path: root/src/commands/list.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/list.rs')
-rw-r--r--src/commands/list.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/list.rs b/src/commands/list.rs
index b0a082d..3665446 100644
--- a/src/commands/list.rs
+++ b/src/commands/list.rs
@@ -3,8 +3,8 @@ use indicatif::{ProgressBar, ProgressStyle};
3use crate::{ 3use crate::{
4 config::Cfg, 4 config::Cfg,
5 db::{ 5 db::{
6 config_change_current_list, config_get_current_list, lists_get, lists_get_all_ids, 6 config_change_current_list, config_get_current_list, lists_get,
7 lists_insert, lists_remove, lists_version, 7 lists_get_all_ids, lists_insert, lists_remove, lists_version,
8 }, 8 },
9 error::{ErrorType, MLError, MLE}, 9 error::{ErrorType, MLError, MLE},
10 update, Modloader, STYLE_OPERATION, 10 update, Modloader, STYLE_OPERATION,