mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
lint: fixing fmt issue
This commit is contained in:
@@ -74,8 +74,8 @@ pub fn checkout_submodules(repo: &Repository) -> Result<(), Error> {
|
||||
for mut submodule in submodules {
|
||||
info!("getting submodule {:?} from {:?}", submodule.name(), submodule.url());
|
||||
|
||||
if let Err(e) = submodule.update(true, None) {
|
||||
return Err(e)
|
||||
if let Err(e) = submodule.update(true, None) {
|
||||
return Err(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user