Skip to content

Commit 2e74aba

Browse files
JLinkRuntimeBuilder: remove trailing whitespace
1 parent aece179 commit 2e74aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jdk.jpackage/share/classes/jdk/jpackage/internal/JLinkRuntimeBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ static List<Path> ensureBaseModuleInModulePath(List<Path> modulePath) {
116116
return modulePath;
117117
} else {
118118
// There is no "java.base.jmod" file in the `modulePath` path list.
119-
// Pick items from the default module path list that are not yet
120-
// in the `modulePath` path list and append them to it.
119+
// Pick items from the default module path list that are not yet
120+
// in the `modulePath` path list and append them to it.
121121

122122
var missingDefaultModulePath = getDefaultModulePath();
123123

0 commit comments

Comments
 (0)