Skip to content

Commit 0f57858

Browse files
committed
Fix spacing
1 parent 2c2d998 commit 0f57858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/support/core_ext/query_cache.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module SqlIgnoredCache
2222
# compromising cache outside tests.
2323
def cache_sql(sql, name, binds)
2424
result = super
25-
25+
2626
@query_cache.instance_variable_get(:@map).delete_if do |cache_key, _v|
2727
# Query cache key generated by `sql` or `[sql, binds]`, so need to retrieve `sql` for both cases.
2828
cache_key_sql = Array(cache_key).first

0 commit comments

Comments
 (0)