Skip to content

Commit 5dcfd8f

Browse files
committed
Normalize formatting.
1 parent 1af42d2 commit 5dcfd8f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

byte-buddy-agent/src/main/java/net/bytebuddy/agent/VirtualMachine.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -564,11 +564,10 @@ public Connection connect(String processId) throws IOException {
564564
throw new IllegalStateException("Could not create attach file: " + attachFile);
565565
}
566566
}
567-
// Keep canonical file for cleanup in case target process ends and /proc/<pid>/cwd link disappears
568-
try {
567+
try { // Keep canonical file for cleanup in case target process ends and /proc/<pid>/cwd link disappears
569568
attachFile = attachFile.getCanonicalFile();
570-
} catch (IOException ignored){
571-
// Ignore exception if canonical file cannot be resolved
569+
} catch (IOException ignored) {
570+
/* do nothing */
572571
}
573572
try {
574573
kill(processId, 3);

0 commit comments

Comments
 (0)