Skip to content

Commit

Permalink
Gradle spotlessApply
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Jul 17, 2022
1 parent 6869e5a commit 33d4253
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ public void testCurrentArchitecture() {
}

public void testInvalidCurrentArchitecture() {
assertThrows(
"can not determine architecture from [",
IllegalArgumentException.class,
() -> currentArchitecture("fooBar64")
);
assertThrows("can not determine architecture from [", IllegalArgumentException.class, () -> currentArchitecture("fooBar64"));
}

/**
Expand Down

0 comments on commit 33d4253

Please sign in to comment.