Skip to content

Commit

Permalink
Style (#128)
Browse files Browse the repository at this point in the history
Fix indentation.
  • Loading branch information
adammiribyan authored Oct 19, 2023
1 parent 1da4608 commit d8809ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/kredis/connections.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ module Kredis::Connections

def configured_for(name)
connections[name] ||= Kredis.instrument :meta, message: "Connected to #{name}" do
connector.call configurator.config_for("redis/#{name}")
end
connector.call configurator.config_for("redis/#{name}")
end
end

def clear_all
Expand Down

0 comments on commit d8809ad

Please sign in to comment.