Skip to content

Commit 74b88cc

Browse files
author
inkyu.bae
committed
fix: eclint
1 parent fe3b0ab commit 74b88cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/APISIX.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,15 +273,15 @@ _EOC_
273273

274274
my $extra_lua_path = "";
275275
my $extra_lua_cpath = "";
276-
276+
277277
# Method 1: Block definition (preferred)
278278
if ($block->extra_lua_path) {
279279
$extra_lua_path = $block->extra_lua_path . ";";
280280
}
281281
if ($block->extra_lua_cpath) {
282282
$extra_lua_cpath = $block->extra_lua_cpath . ";";
283283
}
284-
284+
285285
# Method 2: Extract from extra_yaml_config if block definition not provided
286286
if (!$extra_lua_path && $block->extra_yaml_config) {
287287
my $extra_yaml = $block->extra_yaml_config;

0 commit comments

Comments
 (0)