diff map_complex.t @ 928:856a37b4f47d

Tests: style.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 13 May 2016 18:47:13 +0300
parents 6afbb809983b
children e9064d691790
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;
     }