Skip to content

Commit a76f182

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ root.render(<App />);
1010
root.render(
1111
<ErrorBoundary fallback={<h2>Something went wrong.</h2>}>
1212
<App />
13-
</ErrorBoundary>
13+
</ErrorBoundary>,
1414
);

0 commit comments

Comments
 (0)