Skip to content

Commit

Permalink
trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinccheung committed Sep 20, 2024
1 parent c6fc5bd commit 61ffd1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public static void runWithExplodedModule(String... extraRuntimeArgs) throws Exce
MAIN_MODULE + "/" + MAIN_CLASS) // -m
.assertNormalExit(out -> {
out.shouldContain(FMG_DISABLED)
.shouldMatch(MAIN_FROM_MODULE) // Main class loaded from the exploded module
.shouldMatch(MAIN_FROM_MODULE) // Main class loaded from the exploded module
.shouldContain(CLASS_FOUND_MESSAGE);
});
}
Expand Down

0 comments on commit 61ffd1b

Please sign in to comment.