tiny reformatting
diff --git a/test/alternative_root_test.dart b/test/alternative_root_test.dart
index f96207a..4750fe1 100644
--- a/test/alternative_root_test.dart
+++ b/test/alternative_root_test.dart
@@ -87,8 +87,8 @@
     schedule(() {
       var handler = createStaticHandler(d.defaultRoot);
 
-      return makeRequest(handler, '/static/not_here.txt',
-          handlerPath: 'static').then((response) {
+      return makeRequest(handler, '/static/not_here.txt', handlerPath: 'static')
+          .then((response) {
         expect(response.statusCode, HttpStatus.NOT_FOUND);
       });
     });