Skip to content

Commit

Permalink
remove unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerben committed Oct 13, 2016
1 parent 9718ff4 commit 4f2c8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hkp.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ HKP.prototype.search = function (options) {
for (var n in values) {
result[keyID].uids.push(values[n].split(":")[1]);
}
};
}
return result;
});
};
Expand Down

0 comments on commit 4f2c8a7

Please sign in to comment.