From 987716798fb3bddc9abc7e12c25a043447be5280 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 2 Sep 2021 18:28:12 -0400 Subject: feat(fmt): add basic JS doc formatting (#11902) --- runtime/js/11_workers.js | 2 +- runtime/js/40_permissions.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/js') 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, diff --git a/runtime/js/40_permissions.js b/runtime/js/40_permissions.js index 1b053f938..147ae92f0 100644 --- a/runtime/js/40_permissions.js +++ b/runtime/js/40_permissions.js @@ -111,7 +111,6 @@ const statusCache = new Map(); /** - * * @param {Deno.PermissionDescriptor} desc * @param {Deno.PermissionState} state * @returns {PermissionStatus} -- cgit v1.2.3