From fb5e90c9a76c773df95696dfa19ce8cee79fd33b Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 04:12:29 +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 2596251 according to the output from ClangFormat, dotnet-format, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and swift-format. Details: None --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index bae29dd..6c4f3f0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -22,4 +22,4 @@ export default function App() { ))} ); -} \ No newline at end of file +}