Skip to content

Commit 36575ab

Browse files
committed
Add a missing semicolon to a file in pub.
Review URL: https://chromiumcodereview.appspot.com//10878059 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11342 260f80e4-7a28-3924-810f-c04153c831b5
1 parent f987a3a commit 36575ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/pub/source.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class Source {
108108
*/
109109
Future<bool> install(PackageId id, String path) {
110110
throw "Either install or installToSystemCache must be implemented for "
111-
"source $name."
111+
"source $name.";
112112
}
113113

114114
/**

0 commit comments

Comments
 (0)