Skip to content

Commit

Permalink
Test Commit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SSXcorp committed Dec 3, 2024
1 parent 925d5de commit 67f89f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/core/basesyntax/RobotRoute.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ public static int setDirectionAndStepsY(Robot robot, int toY) {
return Math.max(robot.getY(), toY) - Math.min(robot.getY(), toY);
}
}

0 comments on commit 67f89f6

Please sign in to comment.