Skip to content

Commit

Permalink
removed extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
shin- authored and brycebaril committed Mar 16, 2013
1 parent ed2652f commit 1ba5864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ function reply_to_strings(reply) {
if (Array.isArray(reply)) {
for (i = 0; i < reply.length; i++) {
if (reply[i] !== null && reply[i] !== undefined) {
reply[i] = reply[i].toString();
reply[i] = reply[i].toString();
}
}
return reply;
Expand Down

0 comments on commit 1ba5864

Please sign in to comment.