Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie-Chang committed Feb 4, 2025
1 parent dc524cb commit 48072ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default function (props: EditorProps) {
)}
<div>
<button
class='green'
class="green"
onClick={run}
disabled={props.running()}
title="Run code in your browser and display the output"
Expand Down

0 comments on commit 48072ac

Please sign in to comment.