Skip to content

Commit 70bd533

Browse files
committed
fix indentation
1 parent d2ea35f commit 70bd533

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
@@ -5,7 +5,7 @@
55
module ViewComponent
66
class CacheDigestor
77
def initialize(component:)
8-
@component= component.class
8+
@component= component.class
99
end
1010

1111
def digest

0 commit comments

Comments
 (0)