fix formatting

This commit is contained in:
Christian Poveda 2022-04-25 23:17:32 +02:00
parent d6da5fb353
commit 5874b09806
No known key found for this signature in database
GPG key ID: 27525EF5E7420A50
2 changed files with 2 additions and 8 deletions

View file

@ -783,11 +783,7 @@ impl Session {
Path::new(&rustlib_path),
Path::new("bin"),
]);
if self_contained {
vec![p.clone(), p.join("self-contained")]
} else {
vec![p]
}
if self_contained { vec![p.clone(), p.join("self-contained")] } else { vec![p] }
}
pub fn init_incr_comp_session(