Index: utils/pub/source.dart |
diff --git a/utils/pub/source.dart b/utils/pub/source.dart |
index e97b50396b42ffeecec3b694356fbdd3ea86c902..12682e9a8266fd8af83a88754a46dde348787c2f 100644 |
--- a/utils/pub/source.dart |
+++ b/utils/pub/source.dart |
@@ -108,7 +108,7 @@ class Source { |
*/ |
Future<bool> install(PackageId id, String path) { |
throw "Either install or installToSystemCache must be implemented for " |
- "source $name." |
+ "source $name."; |
Bob Nystrom
2012/08/24 20:57:33
Indent +2.
nweiz
2012/08/24 21:01:42
Done.
|
} |
/** |