Skip to content

Commit dcb54cd

Browse files
committed
Add newline for rubocop
1 parent d55ddff commit dcb54cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/sapi_client/sapi_resource.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ def respond_to_missing?(property, _include_private = false)
142142

143143
def method_missing(property, *_args)
144144
return self[property] if resource.key?(property)
145+
145146
# If not found, try looking for a camelCase version of the property as well
146147
cc_property = as_camel_case_method_name(property)
147148
return self[cc_property] if resource.key?(cc_property)

0 commit comments

Comments
 (0)