Skip to content

Commit a734556

Browse files
committed
Update LookScheduling.java
1 parent cd32924 commit a734556

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ public class LookScheduling {
1515
private final int currentPosition;
1616
private boolean movingUp;
1717
private int farthestPosition;
18-
1918
public LookScheduling(int startPosition, boolean initialDirection, int maxTrack) {
2019
this.currentPosition = startPosition;
2120
this.movingUp = initialDirection;

0 commit comments

Comments
 (0)