Skip to content

Commit 1f22fb3

Browse files
author
Walle Cyril
committed
indent
1 parent 9bcaffb commit 1f22fb3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

general/wasm/js/world.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ const generateRandomWorld = function (width = 300, height = 300) {
5555
function () {
5656
return generateRandomCreature(world.width, world.height);
5757
},
58-
populationSize);
58+
populationSize
59+
);
5960
return world;
6061
};
6162

0 commit comments

Comments
 (0)