Skip to content

Commit 56247c7

Browse files
committed
fix lint
1 parent 29cdd6e commit 56247c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sandbox/app/components/inherited_cache_component.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
class InheritedCacheComponent < CacheComponent
44
def initialize(foo:, bar:)
5-
super(foo: foo, bar: bar)
5+
super
66
end
77
end

0 commit comments

Comments
 (0)