Skip to content

Commit d582f10

Browse files
committed
x.py fmt
1 parent e11d8d1 commit d582f10

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/bootstrap/src/core/builder.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2178,11 +2178,7 @@ impl<'a> Builder<'a> {
21782178
}
21792179

21802180
// Only execute if it's supposed to run as default
2181-
if desc.default && should_run.is_really_default() {
2182-
self.ensure(step)
2183-
} else {
2184-
None
2185-
}
2181+
if desc.default && should_run.is_really_default() { self.ensure(step) } else { None }
21862182
}
21872183

21882184
/// Checks if any of the "should_run" paths is in the `Builder` paths.

0 commit comments

Comments
 (0)