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

Commit f8c0d1d

Browse files
author
Luke Cassar
committed
Remove new line.
1 parent 3439649 commit f8c0d1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/react/component_spec.rb

+1-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def render
116116
def self.get_error
117117
@@error
118118
end
119-
119+
120120
def self.get_info
121121
@@info
122122
end
@@ -885,7 +885,6 @@ def render
885885

886886
it 'only overrides `p` in render context' do
887887
mount 'Foo' do
888-
889888
class Foo
890889
include React::Component
891890

0 commit comments

Comments
 (0)