Clean up http_multi_server.

BUG=
R=lrn@google.com

Review URL: https://codereview.chromium.org//597103002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40627 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/test/http_multi_server_test.dart b/test/http_multi_server_test.dart
index f74f359..2729fa0 100644
--- a/test/http_multi_server_test.dart
+++ b/test/http_multi_server_test.dart
@@ -58,8 +58,8 @@
       expect(_get(subServer3).then((response) {
         expect(response.headers['server'], equals("http_multi_server test"));
       }), completes);
-    }
-    );
+    });
+
     test("autoCompress= sets the value for all servers", () {
       multiServer.autoCompress = true;