diff options
Diffstat (limited to 'src/bin/ngit/sub_commands/logout.rs')
| -rw-r--r-- | src/bin/ngit/sub_commands/logout.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/ngit/sub_commands/logout.rs b/src/bin/ngit/sub_commands/logout.rs index f3f9620..2df96c8 100644 --- a/src/bin/ngit/sub_commands/logout.rs +++ b/src/bin/ngit/sub_commands/logout.rs | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | use anyhow::{Context, Result}; | 1 | use anyhow::{Context, Result}; |
| 2 | use ngit::{ | 2 | use ngit::{ |
| 3 | git::remove_git_config_item, | 3 | git::remove_git_config_item, |
| 4 | login::{existing::load_existing_login, SignerInfoSource}, | 4 | login::{SignerInfoSource, existing::load_existing_login}, |
| 5 | }; | 5 | }; |
| 6 | 6 | ||
| 7 | use crate::{ | 7 | use crate::{ |