diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-09-02 18:28:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-02 18:28:12 -0400 |
commit | 987716798fb3bddc9abc7e12c25a043447be5280 (patch) | |
tree | acb14305d38d8ae78877e59e6faa66a66506eed3 /runtime/js/11_workers.js | |
parent | 1bf7b90ca8ad8e2bf62e455c24d5498c9ee74a46 (diff) |
feat(fmt): add basic JS doc formatting (#11902)
Diffstat (limited to 'runtime/js/11_workers.js')
-rw-r--r-- | runtime/js/11_workers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js/11_workers.js b/runtime/js/11_workers.js index f01dc3d5f..86560b20d 100644 --- a/runtime/js/11_workers.js +++ b/runtime/js/11_workers.js @@ -75,7 +75,7 @@ /** * @param {string} permission * @return {(boolean | string[])} - * */ + */ function parseArrayPermission( value, permission, |