mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
do not start line with space
This commit is contained in:
@@ -2230,7 +2230,7 @@ main.registerCommand({
|
||||
return 1;
|
||||
}
|
||||
|
||||
Console.info("\n The maintainers for " + name + " are:");
|
||||
Console.info("\nThe maintainers for " + name + " are:");
|
||||
_.each(record.maintainers, function (user) {
|
||||
if (! user || !user.username)
|
||||
Console.info("<unknown>");
|
||||
|
||||
Reference in New Issue
Block a user