Skip to content

Commit

Permalink
break out of unnecessary loops
Browse files Browse the repository at this point in the history
  • Loading branch information
GYXkeep committed May 16, 2023
1 parent 267ff6d commit cbb7dd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ protected Iterator<HugeEdge> queryEdgesFromBackend(Query query) {
if (edge.expired()) {
this.edgesCache.invalidate(cacheKey);
value = null;
break;
}
}
}
Expand Down

0 comments on commit cbb7dd2

Please sign in to comment.