Skip to content

Commit 09cc1ae

Browse files
committed
chore: fix Spotless formatting after
1 parent fff7722 commit 09cc1ae

File tree

2 files changed

+2
-5
lines changed
  • graalpy-maven-plugin/src/main/java/org/graalvm/python/maven/plugin
  • org.graalvm.python.embedding.tools/src/main/java/org/graalvm/python/embedding/tools/vfs

2 files changed

+2
-5
lines changed

graalpy-maven-plugin/src/main/java/org/graalvm/python/maven/plugin/LockPackagesMojo.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,8 @@ private void checkEmptyPackages() throws MojoExecutionException {
143143
getLog().error("");
144144
getLog().error(MISSING_DEPENDENCY_CONFIGURATION_ERROR);
145145
getLog().error("");
146-
throw new MojoExecutionException(
147-
"In order to run the lock-packages goal there have to be python packages "
148-
+ "declared in the graalpy-maven-plugin configuration"
149-
);
146+
throw new MojoExecutionException("In order to run the lock-packages goal there have to be python packages "
147+
+ "declared in the graalpy-maven-plugin configuration");
150148
}
151149
}
152150
}

org.graalvm.python.embedding.tools/src/main/java/org/graalvm/python/embedding/tools/vfs/VFSUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,6 @@ private static void warnIfLockFileExists(Path lockFilePath, BuildToolLog log) {
581581
}
582582
}
583583

584-
585584
static void installPackages(Path venvDirectory, List<String> packages, Path lockFilePath,
586585
String missingLockFileWarning, Launcher launcher, String graalPyVersion, BuildToolLog log)
587586
throws IOException, PackagesChangedException {

0 commit comments

Comments
 (0)