From 219a1ea67ba554e5edbcb82256a2bd1732b0ab55 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:12:23 +0000 Subject: [PATCH] style: format code with StandardJS This commit fixes the style issues introduced in 248debd 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 78c34bc..4e7a17c 100644 --- a/js/recaller.js +++ b/js/recaller.js @@ -148,10 +148,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()