reformatted all src files (#141)

This commit is contained in:
YoungOnion
2022-09-17 05:08:02 -06:00
committed by GitHub
parent 3328bfcda2
commit 9011273229
1056 changed files with 88127 additions and 110597 deletions
+5 -7
View File
@@ -19,14 +19,12 @@
package appeng.me;
public class GridException extends RuntimeException
{
public class GridException extends RuntimeException {
private static final long serialVersionUID = -8110077032108243076L;
private static final long serialVersionUID = -8110077032108243076L;
public GridException( final String s )
{
public GridException(final String s) {
super( s );
}
super(s);
}
}