Skip to content

Commit

Permalink
fix java format
Browse files Browse the repository at this point in the history
  • Loading branch information
huan233usc committed Jan 23, 2025
1 parent 78bb03c commit 9949e90
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ public static Optional<CRCInfo> getCRCInfo(
if (crcInfoOpt.isPresent()
||
// we don't expect any more checksum files as it is the first version
targetedVersion == 0 || targetedVersion == lowerBound) {
targetedVersion == 0
|| targetedVersion == lowerBound) {
return crcInfoOpt;
}
logger.info(
Expand Down

0 comments on commit 9949e90

Please sign in to comment.