Skip to content

Commit a4e225f

Browse files
committed
fix indent
1 parent 7daad27 commit a4e225f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apisix/discovery/nacos/factory.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ local require = require
1919
local core = require("apisix.core")
2020
local http = require('resty.http')
2121
local ngx = ngx
22-
local ngx_re = require('ngx.re')
22+
local ngx_re = require('ngx.re')
2323
local utils = require("apisix.discovery.nacos.utils")
2424
local string = string
2525
local string_sub = string.sub

0 commit comments

Comments
 (0)