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

Unified Diff: sdk/lib/core/stacktrace.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/stacktrace.dart
diff --git a/sdk/lib/core/stacktrace.dart b/sdk/lib/core/stacktrace.dart
index e655072b10d93cb6dd37008b3ff6758fd2981e94..2eb14933eaf85e0a394917205c227a3e7d01ca82 100644
--- a/sdk/lib/core/stacktrace.dart
+++ b/sdk/lib/core/stacktrace.dart
@@ -14,7 +14,7 @@ part of dart.core;
* them programmatically.
*/
abstract class StackTrace {
- StackTrace(); // In case existing classes extend StackTrace.
+ StackTrace(); // In case existing classes extend StackTrace.
/**
* Create a `StackTrace` object from [stackTraceString].

Powered by Google App Engine
This is Rietveld 408576698