From 5ce61d3485657a8c1712bd0354429894cd5cf1ab 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:10:32 +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 144cc60 according to the output from ClangFormat, dotnet-format, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and swift-format. Details: None --- css/style.css | 4 ++-- index.html | 50 +++++++++++++++++++++++++------------------------- js/main.js | 2 +- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/css/style.css b/css/style.css index ba41eeb0..9d1c9c75 100644 --- a/css/style.css +++ b/css/style.css @@ -43,7 +43,7 @@ main.tool-grid { background: white; padding: 1.5rem; 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); text-align: center; transition: transform 0.2s ease; } @@ -81,4 +81,4 @@ footer { padding: 1rem; background: #eee; font-size: 0.8rem; -} \ No newline at end of file +} diff --git a/index.html b/index.html index 50baa16c..8821e854 100644 --- a/index.html +++ b/index.html @@ -1,28 +1,28 @@ - + - - - - All-in-One Tools - - - -
-

All-in-One Tools

-

A collection of useful tools, all in one place.

-
+ + + + All-in-One Tools + + + +
+

All-in-One Tools

+

A collection of useful tools, all in one place.

+
-
- -
-

Calculator

-

Perform quick calculations.

- Open -
-
+
+ +
+

Calculator

+

Perform quick calculations.

+ Open +
+
- - - \ No newline at end of file + + + diff --git a/js/main.js b/js/main.js index 9f6e79e3..cd91ca28 100644 --- a/js/main.js +++ b/js/main.js @@ -1,2 +1,2 @@ // For future interactivity (theme switch, search, etc.) -console.log("All-in-One Tools loaded."); \ No newline at end of file +console.log("All-in-One Tools loaded.");