Skip to content

Commit

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

0 comments on commit 925d5de

Please sign in to comment.