style: auto format

This commit is contained in:
github-actions[bot] 2025-11-28 16:22:58 +00:00
parent 5c1165b283
commit b6dbafe33e
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ function generate_rc4_bb_str(url_search_params, user_agent, window_env_str, suff
b[29] = Arguments[0] & 255;
b[30] = (Arguments[1] / 256) & 255;
b[31] = Arguments[1] % 256 & 255;
b[31] = (Arguments[1] % 256) & 255;
b[32] = (Arguments[1] >> 24) & 255;
b[33] = (Arguments[1] >> 16) & 255;