Skip to content

Commit

Permalink
[minor] whitespace, missing semicolon, jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
blakmatrix committed Sep 18, 2012
1 parent ed61514 commit 67a8518
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/jitsu/commands/databases.js
Expand Up @@ -4,7 +4,7 @@
* (C) 2010, Nodejitsu Inc.
*
*/

var jitsu = require('../../jitsu'),
utile = require('utile');

Expand Down Expand Up @@ -52,7 +52,7 @@ databases.alias = function (requestedDatabaseType) {
});
});
return type;
}
};

databases.create = function (requestedDatabaseType, requestedDatabaseName, callback) {

Expand Down Expand Up @@ -98,7 +98,7 @@ databases.create = function (requestedDatabaseType, requestedDatabaseName, callb
else {
jitsu.log.info('A new ' + database.type.magenta + ' has been created');
}

databases.get(database.name, callback);
});
}
Expand Down Expand Up @@ -211,7 +211,7 @@ databases.list = function (username, callback) {

databases.list.usage = [
'Lists the dabases you currently have running',
'',
'',
'jitsu databases list'
];

Expand Down

0 comments on commit 67a8518

Please sign in to comment.