reformatted all src files (#141)
This commit is contained in:
@@ -23,11 +23,9 @@ import appeng.block.AEBaseTileBlock;
|
||||
import appeng.helpers.AEGlassMaterial;
|
||||
|
||||
|
||||
public class BlockCreativeEnergyCell extends AEBaseTileBlock
|
||||
{
|
||||
public class BlockCreativeEnergyCell extends AEBaseTileBlock {
|
||||
|
||||
public BlockCreativeEnergyCell()
|
||||
{
|
||||
super( AEGlassMaterial.INSTANCE );
|
||||
}
|
||||
public BlockCreativeEnergyCell() {
|
||||
super(AEGlassMaterial.INSTANCE);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user