[formatting] add newline to file(s) (#1508)
* Trail appropriate files with a new line * For some ironic reason it ignored itself Probably because it wasn’t tracked/commited yet. * Rename newlines to server executable naming pattern
This commit is contained in:
committed by
GitHub
parent
8bb533f646
commit
e06d8eabec
@@ -221,4 +221,4 @@ public class Floor extends Block{
|
||||
return block.edges()[x][2 - y];
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -379,4 +379,4 @@ public class Conveyor extends Block implements Autotiler{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,4 +18,4 @@ public class FloorValue implements StatValue{
|
||||
table.add(new Image(floor.icon(Cicon.small))).padRight(3);
|
||||
table.add(floor.localizedName).padRight(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user