Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dankco committed Feb 27, 2024
1 parent 31fdeb1 commit 487d997
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Terminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ export default function Terminal(props: TerminalProps): JSX.Element {
<FaRegCopy className="copybutton" />
</CopyToClipboard>

<SyntaxHighlighter
language="cpp"
style={atomOneLightCustom}
>
<SyntaxHighlighter language="cpp" style={atomOneLightCustom}>
{props.code}
</SyntaxHighlighter>
</div>
Expand Down

0 comments on commit 487d997

Please sign in to comment.