reformatted all src files (#141)
This commit is contained in:
@@ -19,11 +19,9 @@
|
||||
package appeng.tile.networking;
|
||||
|
||||
|
||||
public class TileDenseEnergyCell extends TileEnergyCell
|
||||
{
|
||||
public class TileDenseEnergyCell extends TileEnergyCell {
|
||||
|
||||
public TileDenseEnergyCell()
|
||||
{
|
||||
this.setInternalMaxPower( 200000 * 8 );
|
||||
}
|
||||
public TileDenseEnergyCell() {
|
||||
this.setInternalMaxPower(200000 * 8);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user