From 3c988897088f466029cf60dc19f462c3a3b67326 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 03:53:48 +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 65168b1 according to the output from ClangFormat, dotnet-format, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and swift-format. Details: None --- index.html | 84 +++++++++++++++++++++++++++------------------------- js/sentry.js | 2 +- 2 files changed, 44 insertions(+), 42 deletions(-) diff --git a/index.html b/index.html index 9a9ed8e3..bf925b13 100644 --- a/index.html +++ b/index.html @@ -1,48 +1,50 @@ - + - - - - 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.

+
-
-
-

Unit Converter

-

Convert between common units (length, weight, temperature).

- Open -
-
-

Calculator

-

Perform quick calculations.

- Open -
-
-

Password Generator

-

Create strong and secure passwords.

- Open -
-
-

QR Code Generator

-

Turn text or links into QR codes.

- Open -
+
+
+

Unit Converter

+

Convert between common units (length, weight, temperature).

+ Open +
+
+

Calculator

+

Perform quick calculations.

+ Open +
+
+

Password Generator

+

Create strong and secure passwords.

+ Open +
+
+

QR Code Generator

+

Turn text or links into QR codes.

+ Open +
+
-
- - - + + - + \ No newline at end of file + diff --git a/js/sentry.js b/js/sentry.js index f1227bdb..7119faaa 100644 --- a/js/sentry.js +++ b/js/sentry.js @@ -2,4 +2,4 @@ Sentry.init({ dsn: "https://3410730c33a0ed28fc51370949258ba8@o4508406269995008.ingest.us.sentry.io/4508406275608576", integrations: [new Sentry.BrowserTracing()], tracesSampleRate: 1.0, -}); \ No newline at end of file +});