mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-06 19:35:13 +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 {
|
||||
diags.truncate(max as usize);
|
||||
}
|
||||
|
||||
// Flatten
|
||||
|
||||
Ok(diags)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue