mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-07 05:49:27 +00:00
Code formatting
This commit is contained in:
@@ -40,7 +40,6 @@ public class SpecificFileNativeIT {
|
||||
void version() throws IOException, InterruptedException {
|
||||
TestClientOutput output = new TestClientOutput();
|
||||
|
||||
|
||||
Path prj1 = parameters.getTestDir().resolve("project/prj1").toAbsolutePath();
|
||||
Path prj2 = parameters.getTestDir().resolve("project/prj2").toAbsolutePath();
|
||||
|
||||
|
@@ -193,7 +193,8 @@ public class MvndNativeLoader {
|
||||
try (InputStream extractedLibIn = new FileInputStream(extractedLibFile)) {
|
||||
String eq = contentsEquals(nativeIn, extractedLibIn);
|
||||
if (eq != null) {
|
||||
throw new RuntimeException(String.format("Failed to write a native library file at %s because %s", extractedLibFile, eq));
|
||||
throw new RuntimeException(
|
||||
String.format("Failed to write a native library file at %s because %s", extractedLibFile, eq));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user