Basic reformat, hit once, hope never again
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
package appeng.helpers;
|
||||
|
||||
|
||||
public interface IPriorityHost
|
||||
{
|
||||
|
||||
@@ -29,6 +30,5 @@ public interface IPriorityHost
|
||||
/**
|
||||
* set new priority
|
||||
*/
|
||||
void setPriority(int newValue);
|
||||
|
||||
void setPriority( int newValue );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user