Update finisher_api.go
remove unnecessary trailing newline
This commit is contained in:
parent
a6f869a340
commit
7a7129277d
@ -93,7 +93,6 @@ func (db *DB) Save(value interface{}) (tx *DB) {
|
||||
tx = tx.Clauses(clause.OnConflict{UpdateAll: true})
|
||||
}
|
||||
return tx.callbacks.Create().Execute(tx.Set("gorm:update_track_time", true))
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user