Formatted all files to the same standard
This commit is contained in:
@@ -3,14 +3,14 @@ package com.iluwatar;
|
||||
public class ShrinkSpell extends Command {
|
||||
|
||||
private Size oldSize;
|
||||
|
||||
|
||||
private Target target;
|
||||
|
||||
|
||||
public ShrinkSpell() {
|
||||
oldSize = null;
|
||||
target = null;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void execute(Target target) {
|
||||
oldSize = target.getSize();
|
||||
|
Reference in New Issue
Block a user