From d14e4485edbf5b90f878212cada56d0e62d0fb3b Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 01:33:23 +0000 Subject: [PATCH] style: format code with Prettier and StandardJS This commit fixes the style issues introduced in 8d3f731 according to the output from Prettier and StandardJS. Details: None --- src/components/stateless/SquaresGrid/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/stateless/SquaresGrid/index.jsx b/src/components/stateless/SquaresGrid/index.jsx index 35be5bc2..facb8fcf 100644 --- a/src/components/stateless/SquaresGrid/index.jsx +++ b/src/components/stateless/SquaresGrid/index.jsx @@ -129,7 +129,7 @@ const SquaresGrid = ({ } }, [direction, speed, borderColor, hoverFillColor, hoveredSquare, squareSize]) - return + return } export default SquaresGrid