Skip to content

Commit a457b98

Browse files
committed
Fix newlines (sry win) in config
1 parent 891467e commit a457b98

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
ngx_addon_name=ngx_http_auth_jwt_module
2-
32
ngx_module_type=HTTP
43
ngx_module_name=ngx_http_auth_jwt_module
54
ngx_module_srcs="$ngx_addon_dir/src/ngx_http_auth_jwt_binary_converters.c $ngx_addon_dir/src/ngx_http_auth_jwt_header_processing.c $ngx_addon_dir/src/ngx_http_auth_jwt_string.c $ngx_addon_dir/src/ngx_http_auth_jwt_module.c"
65
ngx_module_libs="-ljansson -ljwt"
7-
8-
. auto/module
6+
. auto/module

0 commit comments

Comments
 (0)