Skip to content

Commit 62792dc

Browse files
fix: rubocop
1 parent fba952c commit 62792dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/zendesk_apps_support/validations/custom_objects_v2/schema_validator.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,10 @@ def create_placeholder_error(property_name, property_value, context_info)
208208

209209
error_type = error_type_map[context_info[:type]]
210210

211-
ValidationError.new(error_type, **context_info.except(:type), property_name: property_name,
212-
property_value: property_value)
211+
ValidationError.new(error_type,
212+
**context_info.except(:type),
213+
property_name: property_name,
214+
property_value: property_value)
213215
end
214216
end
215217
end

0 commit comments

Comments
 (0)