Skip to content

Commit 39bd1fd

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 7326d10 according to the output from ClangFormat, dotnet-format, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and swift-format. Details: None
1 parent 7326d10 commit 39bd1fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ import App from "./App";
55

66
const container = document.getElementById("app")!;
77
const root = createRoot(container);
8-
root.render(<App />);
8+
root.render(<App />);

src/sentry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Sentry.init({
1111
enableLogs: true,
1212
});
1313

14-
Sentry.captureException(new Error("Automatic test error on page load"));
14+
Sentry.captureException(new Error("Automatic test error on page load"));

0 commit comments

Comments
 (0)