Skip to content

Commit 7162960

Browse files
committed
Fix code style issues with Prettier
1 parent 1dd0b51 commit 7162960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mystbin/frontend/components/EditorTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { Button } from "@material-ui/core";
1313
import DropdownItem from "react-bootstrap/DropdownItem";
1414
import React from "react";
1515
import InsertPhotoIcon from "@material-ui/icons/InsertPhoto";
16-
import SettingsIcon from '@material-ui/icons/Settings';
16+
import SettingsIcon from "@material-ui/icons/Settings";
1717

1818
const languages = {
1919
py: "python",

0 commit comments

Comments
 (0)