Skip to content

Commit 973491e

Browse files
committed
Remove trailing space.
1 parent b14d6c9 commit 973491e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2094,7 +2094,7 @@ class ForJnaPosixEnvironment implements Dispatcher {
20942094
*/
20952095
@SuppressWarnings("deprecation")
20962096
public ForJnaPosixEnvironment(int attempts, long pause, TimeUnit timeUnit) {
2097-
provider = Platform.isAIX()
2097+
provider = Platform.isAIX()
20982098
? new PosixOwnerProvider.UsingIStat(attempts, pause, timeUnit)
20992099
: new PosixOwnerProvider.UsingStat(attempts, pause, timeUnit);
21002100
library = Native.loadLibrary("c", PosixLibrary.class);

0 commit comments

Comments
 (0)