Skip to content

Commit 5e6a78c

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/tools/QRGenerator.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 QRGenerator() {
44
return <div>QRGenerator</div>;
5-
}
5+
}

src/tools/UnitConverter.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 UnitConverter() {
44
return <div>UnitConverter</div>;
5-
}
5+
}

0 commit comments

Comments
 (0)