Subj : exec/load/array.js To : Git commit to main/sbbs/master From : Michael J. Ryan Date : Sun Apr 04 2021 07:53 pm https://gitlab.synchro.net/main/sbbs/-/commit/a7ceebebe5bd4158fa39a22a Modified Files: exec/load/array.js Log Message: Update array.js formatting Autoformatted via prettier with settings below, this is so additional polyfill matches can be used to match formatting in future PRs for polyfills, as well as full formatting tooling for .js files. ```yaml tabWidth: 4 useTabs: true singleQuote: true trailingComma: "es5" ``` .