WIP: Fix return statement

This commit is contained in:
cw 2020-09-25 15:53:46 +08:00
parent 0f6276e722
commit 9066a58d00
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ impl Config {
call_remove_config_txt = true; call_remove_config_txt = true;
} }
} else { } else {
Err(Error::NoConfig) return Err(Error::NoConfig);
} }
if call_remove_config_key_bin { if call_remove_config_key_bin {