Formatted code
This commit is contained in:
@@ -45,11 +45,11 @@ public final class Press extends InscriberProcess
|
||||
@Override
|
||||
public void register() throws RegistrationError, MissingIngredientError
|
||||
{
|
||||
if ( this.getImprintable() == null )
|
||||
if( this.getImprintable() == null )
|
||||
{
|
||||
return;
|
||||
}
|
||||
if ( this.getOutput() == null )
|
||||
if( this.getOutput() == null )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user