Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pstadler committed May 30, 2013
1 parent 56edff6 commit 0dd93ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hacks/common.js
Expand Up @@ -76,7 +76,7 @@ NumberInt.prototype.tojson = function() {

BinData.prototype.tojson = function(indent , nolint) {
if (this.subtype() === 3) {
return 'UUID(' + colorize('"' + uuidToString(this) + '"', "cyan") + ', ' + colorize('"' + mongo_hacker_config['uuid_type'] + '"', "cyan") + ')'
return 'UUID(' + colorize('"' + uuidToString(this) + '"', "cyan") + ', ' + colorize('"' + mongo_hacker_config['uuid_type'] + '"', "cyan") + ')'
} else if (this.subtype() === 4) {
return 'UUID(' + colorize('"' + uuidToString(this, "default") + '"', "cyan") + ')'
} else {
Expand Down

0 comments on commit 0dd93ae

Please sign in to comment.