Skip to content

Commit 43d188e

Browse files
committed
Fix rubocop
1 parent 96aa637 commit 43d188e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class QueryType < BaseObject
166166
if renew_cache
167167
context.scoped_set!(:renew_cache, true)
168168
end
169-
cache_fragment(cache_key: { exclude_arguments: [:renew_cache] }) { Post.find(id) }
169+
cache_fragment(cache_key: {exclude_arguments: [:renew_cache]}) { Post.find(id) }
170170
end
171171
end
172172
```

0 commit comments

Comments
 (0)