Skip to content

Commit

Permalink
[Java] Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Apr 11, 2022
1 parent f810a53 commit 8c59de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aeron-archive/src/main/java/io/aeron/archive/ArchiveTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -846,8 +846,8 @@ private static Checksum createChecksum(final Set<VerifyOption> options, final St
{
if (options.contains(APPLY_CHECKSUM))
{
throw new IllegalArgumentException("Checksum class name is required when " + APPLY_CHECKSUM +
" option is specified!");
throw new IllegalArgumentException(
"Checksum class name is required when " + APPLY_CHECKSUM + " option is specified!");
}

return null;
Expand Down

0 comments on commit 8c59de8

Please sign in to comment.