From f453138d93b2ef21830243bb25c51962cc415f6c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 11 Sep 2025 09:23:22 -0400 Subject: [PATCH] index.html.in: two spaces for indentation --- index.html.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html.in b/index.html.in index 8b4f6e9..b70c62a 100644 --- a/index.html.in +++ b/index.html.in @@ -589,12 +589,13 @@ * on the declared/rendered width of the code background. */ function svg_to_client() { - const codebg = document.getElementById("codebg"); - const client_width = codebg.getBoundingClientRect().width; - const svg_width = parseFloat(codebg.getAttribute("width")); - return client_width / svg_width; + const codebg = document.getElementById("codebg"); + const client_width = codebg.getBoundingClientRect().width; + const svg_width = parseFloat(codebg.getAttribute("width")); + return client_width / svg_width; } + /** * Resize the ticket background based on the service name. * The BaltimoreLink, Commuter Bus, and MARC Train tickets -- 2.49.0