forked from M-Labs/zynq-rs
WIP: Fix return statement
This commit is contained in:
parent
0f6276e722
commit
9066a58d00
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue