Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexng353 committed Sep 3, 2024
1 parent 4af7075 commit 04e09c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/commands/variables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ use super::*;
use crate::{
sdk::SDK,
utils::{
btreemap::ToBTreeMap, choice::Choice, config::get_config, table::Table, variable::ToKVPair
btreemap::ToBTreeMap, choice::Choice, config::get_config, table::Table,
variable::ToKVPair,
},
};
/// Get all environment variables for the current configured directory
Expand Down
2 changes: 1 addition & 1 deletion src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ pub mod config;
pub mod key;
pub mod keyring;
pub mod kvpair;
pub mod variable;
pub mod prompt;
pub mod rpgp;
pub mod settings;
pub mod table;
pub mod variable;
pub mod vecu8;

0 comments on commit 04e09c2

Please sign in to comment.