mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
chore: cargo fmt (#6124)
This commit is contained in:
@@ -510,7 +510,11 @@ project = overridden
|
||||
format = "on [$symbol$project]($style) "
|
||||
})
|
||||
.collect();
|
||||
let expected = Some(format!("on {} ", Color::Blue.bold().paint("☁️ overridden")));
|
||||
#[rustfmt::skip]
|
||||
let expected = Some(format!(
|
||||
"on {} ",
|
||||
Color::Blue.bold().paint("☁️ overridden")
|
||||
));
|
||||
|
||||
assert_eq!(actual, expected);
|
||||
dir.close()
|
||||
|
||||
Reference in New Issue
Block a user