Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1560)

Unified Diff: sdk/lib/core/string_sink.dart

Issue 2754013002: Format all dart: library files (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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`.

Powered by Google App Engine
This is Rietveld 408576698