fix: Remove unnecessary whitespace in diagnostics output handling

This commit is contained in:
elipeter 2025-06-24 22:51:16 +02:00
parent ebe78b270c
commit a75b6cfabe

View file

@ -162,7 +162,6 @@ pub fn scan_with_index_parallel(
if let Some(max) = cfg.output.max_results {
diags.truncate(max as usize);
}
// Flatten
Ok(diags)
}