fix spurious </span> appearing before the opening tag
This commit is contained in:
parent
4a6921e10e
commit
c6ab68528a
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ impl<'a> fmt::Display for WhereClause<'a> {
|
|||
}
|
||||
}
|
||||
if !f.alternate() {
|
||||
f.write_str("</span>")?;
|
||||
clause.push_str("</span>");
|
||||
let plain = format!("{:#}", self);
|
||||
if plain.len() > 80 {
|
||||
let padding = repeat(" ").take(8).collect::<String>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue