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

Unified Diff: pkg/analyzer/lib/src/string_source.dart

Issue 975453004: Reformat (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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
« no previous file with comments | « pkg/analyzer/lib/src/services/writer.dart ('k') | pkg/analyzer/lib/src/task/dart.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/string_source.dart
diff --git a/pkg/analyzer/lib/src/string_source.dart b/pkg/analyzer/lib/src/string_source.dart
index 0d2a9b7e5d1f75e045b1ee60fb1accec7574b727..5ffb332dd3e17e70ab9b267b1def0160b319c458 100644
--- a/pkg/analyzer/lib/src/string_source.dart
+++ b/pkg/analyzer/lib/src/string_source.dart
@@ -45,6 +45,6 @@ class StringSource extends Source {
bool exists() => true;
- Uri resolveRelativeUri(Uri relativeUri) =>
- throw new UnsupportedError("StringSource doesn't support resolveRelative.");
+ Uri resolveRelativeUri(Uri relativeUri) => throw new UnsupportedError(
+ "StringSource doesn't support resolveRelative.");
}
« no previous file with comments | « pkg/analyzer/lib/src/services/writer.dart ('k') | pkg/analyzer/lib/src/task/dart.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698