Added missing white space

This commit is contained in:
karolos lykos 2021-04-27 13:13:42 +03:00
parent 82cb4ebfe2
commit 1afd134237

View File

@ -37,6 +37,7 @@ func (onConflict OnConflict) Build(builder Builder) {
} else {
builder.WriteString("DO UPDATE SET ")
onConflict.DoUpdates.Build(builder)
builder.WriteByte(' ')
}
if len(onConflict.Where.Exprs) > 0 {