Index: sdk/lib/io/http.dart |
diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart |
index 101a2d60bb59d2e8c4620f5890e61f39428298a5..4bc544863c1f46e86ab9f32ede288a01163d09aa 100644 |
--- a/sdk/lib/io/http.dart |
+++ b/sdk/lib/io/http.dart |
@@ -1797,7 +1797,7 @@ abstract class HttpClientRequest implements IOSink { |
/** |
* HTTP response for a client connection. |
- |
+ * |
* The body of a [HttpClientResponse] object is a |
* [Stream] of data from the server. Listen to the body to handle |
* the data and be notified when the entire body is received. |