Skip to content

Commit 22d2c73

Browse files
committed
ncm-metaconfig: Address pre-existing test indentation issues
- in files I have touched as part of this work
1 parent ce73631 commit 22d2c73

File tree

1 file changed

+2
-1
lines changed
  • ncm-metaconfig/src/main/metaconfig/httpd/2.4/tests/profiles/struct

1 file changed

+2
-1
lines changed

ncm-metaconfig/src/main/metaconfig/httpd/2.4/tests/profiles/struct/ssl_conf_el7.pan

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ structure template struct/ssl_conf_el7;
2020

2121
"vhosts/base" = create("struct/default_vhost",
2222
"documentroot", "/var/www/cgi-bin",
23-
"port", 443);
23+
"port", 443
24+
);
2425

2526

2627
"vhosts/base/log/error" = "logs/ssl_error_log";

0 commit comments

Comments
 (0)