Skip to content

Commit

Permalink
remove unnecessary return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
BitPatty committed May 14, 2019
1 parent c368368 commit 4a5c760
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/randomizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -939,8 +939,6 @@ function applySwitchPatch(data) {
data[i] = (timestamp >>> (i * 8)) & 0xFF;
data[i + 4] = 0;
}

return data;
}

//Shuffle Array https://github.com/Daplie/knuth-shuffle/blob/master/index.js
Expand Down

0 comments on commit 4a5c760

Please sign in to comment.