We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f72d1e commit 9d49569Copy full SHA for 9d49569
src/webserver/database/syntax_tree.rs
@@ -44,7 +44,7 @@ impl std::fmt::Display for StmtParam {
44
if let Some((i, _)) = x.char_indices().nth(21) {
45
write!(f, "## {}... ##", &x[..i])
46
} else {
47
- write!(f, "## {} ##", x)
+ write!(f, "## {x} ##")
48
}
49
50
0 commit comments