mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 23:11:12 -08:00
Add spaces to operations
This commit is contained in:
parent
41f79b995d
commit
a4f54a890a
4 changed files with 4 additions and 4 deletions
|
|
@ -554,7 +554,7 @@ public class ApplicationTests{
|
|||
|
||||
@Test
|
||||
void allBlockTest(){
|
||||
Tiles tiles = world.resize(256*3 + 20, 10);
|
||||
Tiles tiles = world.resize(256 * 3 + 20, 10);
|
||||
|
||||
world.beginMapLoad();
|
||||
for(int x = 0; x < tiles.width; x++){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue