Fix formatting
This commit is contained in:
parent
f97ac44445
commit
ae198fd759
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ func (o *{{$tableNameSingular}}) Update(exec boil.Executor, whitelist ... string
|
|||
}
|
||||
|
||||
if boil.DebugMode {
|
||||
fmt.Fprintln(boil.DebugWriter, query)
|
||||
fmt.Fprintln(boil.DebugWriter, query)
|
||||
fmt.Fprintln(boil.DebugWriter, values)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue