mirror of
https://github.com/elicpeter/nyx.git
synced 2026-07-12 21:02:11 +02:00
fix: Remove unnecessary whitespace in diagnostics output handling
This commit is contained in:
parent
ebe78b270c
commit
a75b6cfabe
1 changed files with 1 additions and 2 deletions
|
|
@ -162,7 +162,6 @@ pub fn scan_with_index_parallel(
|
||||||
if let Some(max) = cfg.output.max_results {
|
if let Some(max) = cfg.output.max_results {
|
||||||
diags.truncate(max as usize);
|
diags.truncate(max as usize);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Flatten
|
|
||||||
Ok(diags)
|
Ok(diags)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue