From a34ef6fa862acf0e3c7c8f578719c2d4c429e6db Mon Sep 17 00:00:00 2001
From: "deepsource-autofix[bot]"
<62050782+deepsource-autofix[bot]@users.noreply.github.com>
Date: Sun, 14 Sep 2025 01:14:09 +0000
Subject: [PATCH] style: format code with ClangFormat, dotnet-format, Prettier,
RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and swift-format
This commit fixes the style issues introduced in 58a3380 according to the output
from ClangFormat, dotnet-format, Prettier, RuboCop, Rustfmt, Scalafmt,
StandardJS, StandardRB and swift-format.
Details: None
---
tools/calculator.css | 4 +--
tools/calculator.html | 80 +++++++++++++++++++++----------------------
tools/calculator.js | 13 +++----
3 files changed, 47 insertions(+), 50 deletions(-)
diff --git a/tools/calculator.css b/tools/calculator.css
index 7c290d2b..a176eb16 100644
--- a/tools/calculator.css
+++ b/tools/calculator.css
@@ -3,7 +3,7 @@
margin: 2rem auto;
background: white;
border-radius: 12px;
- box-shadow: 0 4px 8px rgba(0,0,0,0.1);
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
@@ -50,4 +50,4 @@
.calc-buttons button:last-child:hover {
background: #059669;
-}
\ No newline at end of file
+}
diff --git a/tools/calculator.html b/tools/calculator.html
index d2e5fb8e..37e73e4c 100644
--- a/tools/calculator.html
+++ b/tools/calculator.html
@@ -1,47 +1,47 @@
-
+
-
-
-
- Calculator
-
-
-
-
-
+
+
+
+ Calculator
+
+
+
+
+
-
- 0
-
+
-
-
-
\ No newline at end of file
+
+
+