Skip to content

Commit 9efeeec

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/Calculator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import React from "react";
22

33
export default function Calculator() {
44
return <div>Calculator Tool</div>;
5-
}
5+
}

0 commit comments

Comments
 (0)