Skip to content

Commit bd70569

Browse files
author
Em01
committed
fix(test): Test
1 parent bf211bc commit bd70569

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

snake/snake.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
var width = canvas.width;
1919
var height = canvas.height;
2020

21-
// Work out the width and height in blocks
2221

2322
var blockSize = 10;
2423
var widthInBlocks = width / blockSize;

0 commit comments

Comments
 (0)