From bc477506342411e9156b3230d847cb92bcb8e5f9 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Tue, 24 Nov 2015 11:11:17 +0100 Subject: Reformat code --- src/ch/epfl/maze/physical/pacman/Pinky.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ch/epfl/maze/physical/pacman/Pinky.java') diff --git a/src/ch/epfl/maze/physical/pacman/Pinky.java b/src/ch/epfl/maze/physical/pacman/Pinky.java index ebabc15..9c3d2c8 100644 --- a/src/ch/epfl/maze/physical/pacman/Pinky.java +++ b/src/ch/epfl/maze/physical/pacman/Pinky.java @@ -6,8 +6,6 @@ import ch.epfl.maze.physical.GhostPredator; import ch.epfl.maze.util.Direction; import ch.epfl.maze.util.Vector2D; -import java.util.Vector; - /** * Pink ghost from the Pac-Man game, targets 4 squares in front of its target. * @@ -16,6 +14,7 @@ import java.util.Vector; public class Pinky extends GhostPredator { private static final int TARGET_OFFSET = 4; + /** * Constructs a Pinky with a starting position. * -- cgit v1.2.3