Skip to content

Commit cd32924

Browse files
committed
Update LookScheduling.java
1 parent 069fdac commit cd32924

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/thealgorithms/scheduling/diskscheduling/LookScheduling.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ public class LookScheduling {
1515
private final int currentPosition;
1616
private boolean movingUp;
1717
private int farthestPosition;
18-
19-
18+
2019
public LookScheduling(int startPosition, boolean initialDirection, int maxTrack) {
2120
this.currentPosition = startPosition;
2221
this.movingUp = initialDirection;

0 commit comments

Comments
 (0)