Skip to content

Commit 499b28a

Browse files
committed
fix lint
1 parent f1eb24e commit 499b28a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

lib/view_component/base.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ def render_in(view_context, &block)
126126
@current_template = old_current_template
127127
end
128128

129-
130129
# Subclass components that call `super` inside their template code will cause a
131130
# double render if they emit the result.
132131
#

lib/view_component/cacheable.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def view_cache_dependencies
1515
__vc_cache_dependencies.filter_map { |dep| send(dep) }
1616
end
1717

18-
1918
# Render component from cache if possible
2019
#
2120
# @private

0 commit comments

Comments
 (0)