Completed
Push — master ( 75bb5a...dea818 )
by Mathieu
07:39
created
src/Charcoal/Cms/News.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -175,8 +175,7 @@
 block discarded – undo
175 175
             return function(RequestInterface $request, ResponseInterface $response) use ($path) {
176 176
                 $response->write($path);
177 177
             };
178
-        }
179
-        else {
178
+        } else {
180 179
             return null;
181 180
         }
182 181
     }
Please login to merge, or discard this patch.