Fix invalid linker position

This commit is contained in:
Guillaume Gomez
2017-08-28 22:40:09 +02:00
parent 9a59d69323
commit f50bf8636e
3 changed files with 9 additions and 6 deletions

View File

@@ -228,7 +228,7 @@ impl<'a> fmt::Display for WhereClause<'a> {
}
if end_newline {
//add a space so stripping <br> tags and breaking spaces still renders properly
// add a space so stripping <br> tags and breaking spaces still renders properly
if f.alternate() {
clause.push(' ');
} else {