Skip to content

Commit 6ad979f

Browse files
committed
fix lint
1 parent 0c4c420 commit 6ad979f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/view_component/base.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ def render_in(view_context, &block)
129129
@current_template = old_current_template
130130
end
131131

132-
133132
# Subclass components that call `super` inside their template code will cause a
134133
# double render if they emit the result.
135134
#

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)