From ca69e5b8334889fad369c8ae9895d18cd1f7bebb Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 22:07:51 +0000 Subject: [PATCH] style: format code with StandardJS This commit fixes the style issues introduced in 5632291 according to the output from StandardJS. Details: None --- js/recaller.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/recaller.js b/js/recaller.js index fa82dc0..88c3490 100644 --- a/js/recaller.js +++ b/js/recaller.js @@ -149,10 +149,10 @@ function init () { if (getUrlParam('r')) { document.getElementById('packed').value = getUrlParam('r') } - document.getElementById('packed').onclick = function() { + document.getElementById('packed').onclick = function () { this.select() } - + unpack() scan() initSearch()