Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Aug 25, 2024
1 parent 7b611b9 commit 75a77a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private void changeNextOrder(boolean reverse, CallbackInfoReturnable<BetterMemor
NomiLabs.LOGGER.debug("[BetterMemoryCardModes] Created Labs Order Cache: {}", LABS_ORDER_CACHE);
}

//noinspection SuspiciousMethodCalls
// noinspection SuspiciousMethodCalls
int current = LABS_ORDER_CACHE.inverse().get(this);
int toGet = (reverse ? current - 1 : current + 1) % LABS_ORDER_CACHE.size();
BetterMemoryCardModes result = LABS_ORDER_CACHE.get(toGet);
Expand Down

0 comments on commit 75a77a0

Please sign in to comment.