x.py fmt
This commit is contained in:
parent
e11d8d147b
commit
d582f1092b
1 changed files with 1 additions and 5 deletions
|
@ -2178,11 +2178,7 @@ impl<'a> Builder<'a> {
|
|||
}
|
||||
|
||||
// Only execute if it's supposed to run as default
|
||||
if desc.default && should_run.is_really_default() {
|
||||
self.ensure(step)
|
||||
} else {
|
||||
None
|
||||
}
|
||||
if desc.default && should_run.is_really_default() { self.ensure(step) } else { None }
|
||||
}
|
||||
|
||||
/// Checks if any of the "should_run" paths is in the `Builder` paths.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue