reformatted all src files (#141)
This commit is contained in:
@@ -22,10 +22,8 @@ package appeng.block;
|
||||
import net.minecraft.block.material.Material;
|
||||
|
||||
|
||||
public abstract class AEDecorativeBlock extends AEBaseBlock
|
||||
{
|
||||
public AEDecorativeBlock( final Material mat )
|
||||
{
|
||||
super( mat );
|
||||
}
|
||||
public abstract class AEDecorativeBlock extends AEBaseBlock {
|
||||
public AEDecorativeBlock(final Material mat) {
|
||||
super(mat);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user