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

Unified Diff: utils/pub/source.dart

Issue 10878059: Add a missing semicolon to a file in pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
}
/**
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698