Skip to content

Commit 6c5bf31

Browse files
committed
remove trailing space
1 parent 15d4ea7 commit 6c5bf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualvm/jvm/src/com/sun/tools/visualvm/jvm/JmxSupport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ String getJvmArgs() {
181181
for (String arg : args) {
182182
buf.append(arg).append(' ');
183183
}
184-
return buf.toString();
184+
return buf.toString().trim();
185185
}
186186
return null;
187187
} catch (Exception e) {

0 commit comments

Comments
 (0)