Basic reformat, hit once, hope never again
This commit is contained in:
@@ -18,12 +18,14 @@
|
||||
|
||||
package appeng.me;
|
||||
|
||||
|
||||
public class GridException extends RuntimeException
|
||||
{
|
||||
|
||||
private static final long serialVersionUID = -8110077032108243076L;
|
||||
|
||||
public GridException(String s) {
|
||||
public GridException( String s )
|
||||
{
|
||||
|
||||
super( s );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user