chore: Clean up code by removing trailing whitespace in multiple files
This commit is contained in:
@@ -42,3 +42,4 @@ func (r *systemConfigRepositoryImpl) UpdateValue(key, value string) error {
|
||||
return r.db.Model(&model.SystemConfig{}).Where("key = ?", key).Update("value", value).Error
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user