changeset 928:856a37b4f47d

Tests: style.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 13 May 2016 18:47:13 +0300
parents 6afbb809983b
children 15abee29016e
files map_complex.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/map_complex.t
+++ b/map_complex.t
@@ -42,7 +42,7 @@ http {
         default  foo:$y;
     }
 
-    map $args    $y {
+    map $args $y {
         default  bar;
         same     baz;
     }