Fixed up indentation on packages to review prompt

i18n
Michal S 2 years ago committed by Michal
parent 306ad5717c
commit 9b6880676b

@ -149,7 +149,7 @@ impl Theme for AmeTheme {
prompt: &str,
selections: &[&str],
) -> std::fmt::Result {
write!(f, "{}: ", prompt.bold())?;
write!(f, " {}: ", prompt.bold())?;
if selections.is_empty() {
write!(f, "{}", "No selections".italic())?;
} else {

Loading…
Cancel
Save