Skip to content

Commit

Permalink
damn whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Nov 11, 2012
1 parent fd28519 commit 3431808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_support/cache/dalli_store.rb
Expand Up @@ -261,7 +261,7 @@ def instrument(operation, key, options=nil)

payload = { :key => key }
payload.merge!(options) if options.is_a?(Hash)
ActiveSupport::Notifications.instrument("cache_#{operation}.active_support", payload){ yield(payload) }
ActiveSupport::Notifications.instrument("cache_#{operation}.active_support", payload){ yield(payload) }
end

def log(operation, key, options=nil)
Expand Down

0 comments on commit 3431808

Please sign in to comment.