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."); |
} |