Chromium Code Reviews| Index: sdk/lib/core/string_sink.dart |
| diff --git a/sdk/lib/core/string_sink.dart b/sdk/lib/core/string_sink.dart |
| index 5fdd0f25a35e4497dc0c517ef225cdd1bc59eb14..e7d950ce5ec6a29e7c9ea4daaf0ecfecd1385e2b 100644 |
| --- a/sdk/lib/core/string_sink.dart |
| +++ b/sdk/lib/core/string_sink.dart |
| @@ -5,7 +5,6 @@ |
| part of dart.core; |
| abstract class StringSink { |
| - |
| /** |
| * Converts [obj] to a String by invoking [Object.toString] and |
| * adds the result to `this`. |