Skip to content

Commit c74a96f

Browse files
committed
whitespace
1 parent 91b6a1c commit c74a96f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/button/DownloadMuseHubButton.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ function DownloadMuseHubButton() {
1111
setBrowserOS(platform.os.family);
1212
}, []);
1313

14-
const isLinux =
15-
browserOS === "Linux" ||
16-
browserOS === "Ubuntu" ||
17-
browserOS === "Debian" ||
18-
browserOS === "Red Hat" ||
14+
const isLinux =
15+
browserOS === "Linux" ||
16+
browserOS === "Ubuntu" ||
17+
browserOS === "Debian" ||
18+
browserOS === "Red Hat" ||
1919
browserOS === "SuSE";
2020

2121
function handleButtonClick(href) {
@@ -76,4 +76,4 @@ function DownloadMuseHubButton() {
7676
}
7777
}
7878

79-
export default DownloadMuseHubButton;
79+
export default DownloadMuseHubButton;

0 commit comments

Comments
 (0)