Skip to content

Commit

Permalink
Remove extra new line.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Apr 26, 2024
1 parent 0c0d72c commit 36e3829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/idns/output/dig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub fn write(
)?;
write!(target, ";; flags: {}", header.flags())?;
writeln!(target,
"; QUERY: {}, ANSWER: {}, AUTHORITY: {}, ADDITIONAL: {}\n",
"; QUERY: {}, ANSWER: {}, AUTHORITY: {}, ADDITIONAL: {}",
counts.qdcount(), counts.ancount(), counts.nscount(), counts.arcount()
)?;

Expand Down

0 comments on commit 36e3829

Please sign in to comment.