mirror of https://github.com/go-gorm/gorm.git
Added missing white space (#4330)
* Added missing white space * Added missing white space * Added missing white space
This commit is contained in:
parent
6951be0284
commit
f0d0bbbc10
|
@ -40,7 +40,7 @@ func (onConflict OnConflict) Build(builder Builder) {
|
|||
}
|
||||
|
||||
if len(onConflict.Where.Exprs) > 0 {
|
||||
builder.WriteString("WHERE ")
|
||||
builder.WriteString(" WHERE ")
|
||||
onConflict.Where.Build(builder)
|
||||
builder.WriteByte(' ')
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue