Fix erroneous newline, breaks up output unnecessarily

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

@ -41,7 +41,6 @@ impl AurReview {
}
async fn review_single_package(&self, pkg: &str) -> AppResult<()> {
newline!();
tracing::info!("Reviewing {pkg}");
let mut files_iter = fs::read_dir(get_cache_dir().join(pkg)).await?;
let mut files = Vec::new();

Loading…
Cancel
Save