Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit f89158c

Browse files
committed
style clean up
1 parent c591cf0 commit f89158c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/react/component/props_wrapper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def self.define_param(name, param_type, owner)
4848
end
4949

5050
def initialize(props)
51-
@props= props|| {}
51+
@props = props || {}
5252
end
5353

5454
def [](prop)

0 commit comments

Comments
 (0)