Skip to content

Commit 7d5db55

Browse files
authored
Fix --stdin append newline (#232)
1 parent a8c651d commit 7d5db55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autocorrect-cli/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ where
233233

234234
log::debug!("Lint result found: {} issues.", lint_results.len());
235235

236-
if !cli.quiet {
236+
if !cli.stdin && !cli.quiet {
237237
log::info!("");
238238
}
239239

0 commit comments

Comments
 (0)