Skip to content

Commit

Permalink
style:
Browse files Browse the repository at this point in the history
  • Loading branch information
Sciator committed Nov 27, 2023
1 parent a0fa118 commit 7fa63f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public Task next() throws IndexOutOfBoundsException {
doQueryNext();
}

if (tasksIterator.hasNext()){
if (tasksIterator.hasNext()) {
return tasksIterator.next();
} else {
throw new IndexOutOfBoundsException();
Expand Down

0 comments on commit 7fa63f3

Please sign in to comment.