remove trailing whitespaces
This commit is contained in:
@@ -30,5 +30,5 @@ public abstract class BaseModule implements IIntegrationModule {
|
||||
|
||||
@Override
|
||||
public abstract void postInit();
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@ public enum IntegrationType
|
||||
Mekanism(IntegrationSide.BOTH, "Mekanism", "Mekanism"),
|
||||
|
||||
ImmibisMicroblocks(IntegrationSide.BOTH, "ImmibisMicroblocks", "ImmibisMicroblocks"),
|
||||
|
||||
|
||||
BetterStorage(IntegrationSide.BOTH, "BetterStorage", "betterstorage" );
|
||||
|
||||
public final IntegrationSide side;
|
||||
|
||||
@@ -43,7 +43,7 @@ public class MFRDSUHandler implements IExternalStorageHandler
|
||||
{
|
||||
if ( chan == StorageChannel.ITEMS )
|
||||
return new MEMonitorIInventory( new IMEAdaptor( DSU.instance.getDSU( te ), src ) );
|
||||
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user