From d303e65a60e05c8d4040ef6c57803199b9253e08 Mon Sep 17 00:00:00 2001 From: olibu Date: Tue, 23 Apr 2024 09:35:51 +0200 Subject: [PATCH] Indentation fixed --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ff00d5c..d28b851 100644 --- a/index.js +++ b/index.js @@ -252,4 +252,4 @@ if (window.devicePixelRatio >= 2 ) { let treecollapse = document.querySelector(':root'); treecollapse.style.setProperty('--zoom-fix', '-1.5px'); } - console.log(window.devicePixelRatio); \ No newline at end of file +console.log(window.devicePixelRatio); \ No newline at end of file