Consistify formatting.

This commit is contained in:
Young Hahn
2011-05-19 17:50:48 -04:00
parent 485342a9e8
commit 964ead7426
3 changed files with 7 additions and 7 deletions
+2 -3
View File
@@ -48,8 +48,7 @@ Step(
mbtiles.metadata('bounds', this.parallel());
},
function(err, name, type, description, version, format, bounds) {
console.warn('');
console.warn(' Metadata');
console.warn('Metadata');
utils.table([
['name', name],
['type', type],
@@ -156,4 +155,4 @@ Step(
}.bind(this)
);
}
);
);