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

Unified Diff: sdk/lib/core/exceptions.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/exceptions.dart
diff --git a/sdk/lib/core/exceptions.dart b/sdk/lib/core/exceptions.dart
index 7484ed567dedb603eeccc30741a25abb37bd94a1..8fb50fdbf1324ab050522cc1bb2f94d337e6b820 100644
--- a/sdk/lib/core/exceptions.dart
+++ b/sdk/lib/core/exceptions.dart
@@ -21,7 +21,6 @@ abstract class Exception {
factory Exception([var message]) => new _Exception(message);
}
-
/** Default implementation of [Exception] which carries a message. */
class _Exception implements Exception {
final message;
@@ -34,7 +33,6 @@ class _Exception implements Exception {
}
}
-
/**
* Exception thrown when a string or some other data does not have an expected
* format and cannot be parsed or processed.

Powered by Google App Engine
This is Rietveld 408576698