Skip to content

Commit d38ac63

Browse files
committed
Fix indent
1 parent 94b6f1d commit d38ac63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

virtual_feature.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3423,9 +3423,9 @@ sub feature_add_protected_dir
34233423
'type' => 1,
34243424
'members' => [
34253425
{ 'name' => 'auth_basic',
3426-
'words' => [ $opts->{'protected_name'} ] },
3426+
'words' => [ $opts->{'protected_name'} ] },
34273427
{ 'name' => 'auth_basic_user_file',
3428-
'words' => [ $opts->{'protected_user_file_path'} ] },
3428+
'words' => [ $opts->{'protected_user_file_path'} ] },
34293429
{ 'name' => 'location',
34303430
'words' => [ '~', "\/\\".$opts->{'protected_user_file'}."\$" ],
34313431
'type' => 1,

0 commit comments

Comments
 (0)