Better comment for hacky indent fix

i18n
Michal S 2 years ago committed by Michal
parent 1e93e5eb81
commit 17370c2bbd

@ -39,7 +39,7 @@ impl AurFetch {
pb.finish_with_message("All packages found".green().to_string());
normal_output!();
print!(" "); // Indentation, is this too hacky?
print!(" "); // TODO: Make this less hacky
if print_aur_package_list(&package_infos.iter().collect::<Vec<_>>()).await
&& !self.options.noconfirm
&& !prompt!(default yes, "Some packages are already installed. Continue anyway?")

Loading…
Cancel
Save