From 6c1fd4723cd604dafd495993303cb844894752b7 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 11 Aug 2019 18:43:24 -0600 Subject: autofmt --- src/Q9/Robot.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Q9/Robot.java') diff --git a/src/Q9/Robot.java b/src/Q9/Robot.java index 6f9d2c0..330b10e 100644 --- a/src/Q9/Robot.java +++ b/src/Q9/Robot.java @@ -70,7 +70,7 @@ public class Robot { * @param x the x coordinate * @param y the y coordinate * @return true if the robot is at the given coordinate - * */ + */ public boolean atPosition(int x, int y) { return getX() == x && getY() == y; } -- cgit v1.2.3