From 53b3d331e8b6942c24b09555a85ae1812c740fcb Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 21:05:22 +0000 Subject: [PATCH] style: format code with StandardJS This commit fixes the style issues introduced in 4e9194f according to the output from StandardJS. Details: None --- js/packer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/packer.js b/js/packer.js index 85e09fe..07dcae0 100644 --- a/js/packer.js +++ b/js/packer.js @@ -37,7 +37,7 @@ async function pack () { } function init () { - document.getElementById('packed').onclick = function() { + document.getElementById('packed').onclick = function () { this.select() } document.getElementById('pack').onclick = function () {