style: format & organize code

This commit is contained in:
LuanRT
2021-10-04 05:01:04 -03:00
parent 043e0835eb
commit 03f861d2e9
6 changed files with 56 additions and 59 deletions

View File

@@ -26,8 +26,8 @@ class SigDecipher {
arr[position % arr.length] = origArrI;
}
function reverse(options) {
options.reverse();
function reverse(arr) {
arr.reverse();
}
let actions;