Skip to content

Commit 73a9ff3

Browse files
committed
Indentation
1 parent 8099d05 commit 73a9ff3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/resty/redis/connector.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ function _M.connect_via_sentinel(self, params)
230230
local password = params.password
231231
local sentinel_password = params.sentinel_password
232232
if sentinel_password then
233-
for i,host in ipairs(sentinels) do
234-
host.password = sentinel_password
235-
end
233+
for i,host in ipairs(sentinels) do
234+
host.password = sentinel_password
235+
end
236236
end
237237

238238
local sentnl, err, previous_errors = self:try_hosts(sentinels)

0 commit comments

Comments
 (0)