Skip to content

Commit 5a9f6b4

Browse files
Alex HolmbergAlex Holmberg
authored andcommitted
feat: fixed double print
1 parent c05c444 commit 5a9f6b4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,6 @@ pub fn handle_analyze(
351351
only,
352352
)?;
353353

354-
// The handler returns the formatted output, so we print it
355-
print!("{}", output);
356-
357354
Ok(())
358355
}
359356

0 commit comments

Comments
 (0)