WIP: Fix return statement

pull/68/head
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;
}
} else {
Err(Error::NoConfig)
return Err(Error::NoConfig);
}
if call_remove_config_key_bin {