Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-ui authored Dec 10, 2022
1 parent 722d941 commit f363483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 0007-reverse-integer/0007-reverse-integer.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ var reverse = function(x) {
if (result > max || result < min) {
return 0
}
return result
};
return result;
};

0 comments on commit f363483

Please sign in to comment.