diff options
| author | mo khan <mo@mokhan.ca> | 2019-08-11 18:43:24 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2019-08-11 18:43:24 -0600 |
| commit | 6c1fd4723cd604dafd495993303cb844894752b7 (patch) | |
| tree | 5737b0bdb75a13f8b94117b2004b38a99b45de48 /src/Q9/Robot.java | |
| parent | ae42b62aa6e75c172e450ab397ab902c40697b9b (diff) | |
autofmt
Diffstat (limited to 'src/Q9/Robot.java')
| -rw-r--r-- | src/Q9/Robot.java | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
