Skip to content

Commit 9aef1ff

Browse files
committed
spacing
1 parent 72491f2 commit 9aef1ff

File tree

1 file changed

+1
-1
lines changed
  • processing_app/library/library_proxy/library/dead_grid

1 file changed

+1
-1
lines changed

processing_app/library/library_proxy/library/dead_grid/dead_grid.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def can_move?(player, distance)
7979
end
8080
end
8181

82-
def there?(x,y)
82+
def there?(x, y)
8383
grid[x][y] != 0
8484
end
8585
end

0 commit comments

Comments
 (0)