Skip to content

Commit 530125e

Browse files
style: format code with ClangFormat, dotnet-format, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and swift-format
This commit fixes the style issues introduced in ac1a3d4 according to the output from ClangFormat, dotnet-format, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and swift-format. Details: None
1 parent ac1a3d4 commit 530125e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import React from "react";
22
import { createRoot } from "react-dom/client";
33
import App from "./App";
4-
// import "./sentry";
4+
// import "./sentry";
55

66
const container = document.getElementById("app");
77
if (!container) throw new Error("No root container found");
88

99
const root = createRoot(container);
10-
root.render(<App />);
10+
root.render(<App />);

0 commit comments

Comments
 (0)