Skip to content

Commit 99b064e

Browse files
committed
cosmetic
1 parent 80c3c21 commit 99b064e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/src/com/rabbitmq/client/test/performance/QosScaling.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ public static CommandLine parseCommandLine(String[] args) {
4343
helper.addOption(new Option("n", "messages", true, "number of messages to send"));
4444
helper.addOption(new Option("q", "queues", true, "number of queues to route messages to"));
4545
helper.addOption(new Option("e", "empty", true, "number of queues to leave empty"));
46-
4746
return helper.parseCommandLine(args);
4847
}
49-
48+
5049
public Parameters(CommandLine cmd) {
5150
host = cmd.getOptionValue("h", "localhost");
5251
port = CLIHelper.getOptionValue(cmd, "p", 5672);

0 commit comments

Comments
 (0)