Skip to content

Commit

Permalink
style: format code with Prettier and StandardJS
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 8d3f731 according to the output
from Prettier and StandardJS.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Jan 15, 2025
1 parent 8d3f731 commit d14e448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/stateless/SquaresGrid/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const SquaresGrid = ({
}
}, [direction, speed, borderColor, hoverFillColor, hoveredSquare, squareSize])

return <canvas ref={canvasRef} className={styles.squaresCanvas}></canvas>
return <canvas ref={canvasRef} className={styles.squaresCanvas} />
}

export default SquaresGrid

0 comments on commit d14e448

Please sign in to comment.