Skip to content

Commit ebaa4ce

Browse files
rootroot
authored andcommitted
fix code
1 parent 0a3ceb0 commit ebaa4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/games/brainEven.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const genRounds = ()=>{
1313

1414
}
1515
const gameven = () =>{
16-
theMotor(description, genRounds)
16+
theMotor(description, genRounds);
1717
};
1818

1919
export {getRandomNum, gameven};

0 commit comments

Comments
 (0)