Update finisher_api.go

remove unnecessary trailing newline
This commit is contained in:
Y!an 2023-11-24 02:07:14 +08:00 committed by GitHub
parent a6f869a340
commit 7a7129277d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))
}
}
}