summaryrefslogtreecommitdiff
path: root/src/commands/list.rs
diff options
context:
space:
mode:
authorfxqnlr <[email protected]>2023-05-29 18:01:12 +0200
committerfxqnlr <[email protected]>2023-05-29 18:01:12 +0200
commitc7ecf3019a75dc0ab1a0aefeb9b880899fc8a231 (patch)
tree116075aaa57c35afca2749719d450c3cb473ab3e /src/commands/list.rs
parent7755c9acf6b8a1d81c03ef1138e80a162f36e743 (diff)
downloadmodlist-c7ecf3019a75dc0ab1a0aefeb9b880899fc8a231.tar
modlist-c7ecf3019a75dc0ab1a0aefeb9b880899fc8a231.tar.gz
modlist-c7ecf3019a75dc0ab1a0aefeb9b880899fc8a231.zip
cargo fmt and add fmt file
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,