mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-28 00:56:23 +00:00
style: format & organize code
This commit is contained in:
@@ -26,8 +26,8 @@ class SigDecipher {
|
||||
arr[position % arr.length] = origArrI;
|
||||
}
|
||||
|
||||
function reverse(options) {
|
||||
options.reverse();
|
||||
function reverse(arr) {
|
||||
arr.reverse();
|
||||
}
|
||||
|
||||
let actions;
|
||||
|
||||
Reference in New Issue
Block a user