Skip to content

Commit 2656e97

Browse files
committed
clippy
1 parent bb479a1 commit 2656e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqllogictest/src/parser.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ impl std::fmt::Display for Record {
215215
write!(f, "\n{}", result)?;
216216
}
217217
// query always ends with a blank line
218-
writeln!(f, "")
218+
writeln!(f)
219219
}
220220
Record::Sleep { loc: _, duration } => {
221221
write!(f, "sleep {}", humantime::format_duration(*duration))

0 commit comments

Comments
 (0)