reformatted all src files (#141)
This commit is contained in:
@@ -19,9 +19,8 @@
|
||||
package appeng.entity;
|
||||
|
||||
|
||||
public interface ICanDie
|
||||
{
|
||||
public interface ICanDie {
|
||||
|
||||
public boolean isDead();
|
||||
boolean isDead();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user