Added missing white space (#4330)

* Added missing white space

* Added missing white space

* Added missing white space
This commit is contained in:
Karolos Lykos 2021-04-29 02:15:37 +03:00 committed by GitHub
parent 6951be0284
commit f0d0bbbc10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ func (onConflict OnConflict) Build(builder Builder) {
} }
if len(onConflict.Where.Exprs) > 0 { if len(onConflict.Where.Exprs) > 0 {
builder.WriteString("WHERE ") builder.WriteString(" WHERE ")
onConflict.Where.Build(builder) onConflict.Where.Build(builder)
builder.WriteByte(' ') builder.WriteByte(' ')
} }