Skip to content

Commit de691c7

Browse files
committed
indent
1 parent d268805 commit de691c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

t/connector.t

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ __DATA__
2424
--- config
2525
location /t {
2626
content_by_lua_block {
27-
local redis_connector = require "resty.redis.connector"
28-
local rc = redis_connector.new()
27+
local rc = require("resty.redis.connector").new()
2928

3029
local params = { host = "127.0.0.1", port = $TEST_NGINX_REDIS_PORT }
3130

@@ -127,7 +126,7 @@ location /t {
127126
ngx.say("set dog: ", res)
128127

129128
redis:close()
130-
}
129+
}
131130
}
132131
--- request
133132
GET /t

0 commit comments

Comments
 (0)