From 3edf00dfee5c3af79b4160dfcef9c61f3356c95c 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:17:12 +0000 Subject: [PATCH] style: format code with StandardJS This commit fixes the style issues introduced in 9508201 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 04cfe49..fa28548 100644 --- a/js/recaller.js +++ b/js/recaller.js @@ -147,10 +147,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()