Skip to content

Commit 52607fc

Browse files
committed
refactor
1 parent d9bb9f1 commit 52607fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/view_component/cache_digestor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def digest
2222
end
2323

2424
def gather_templates
25-
@templates = @component.compiler.send(:gather_templates)
25+
@templates = @component.compiler.send(:gather_templates)
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)