We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22537fa commit 8ecc968Copy full SHA for 8ecc968
src/main/java/com/cisco/trex/stateless/TRexTransport.java
@@ -62,7 +62,7 @@ public RPCResponse sendCommand(TRexCommand command) throws IOException {
62
}
63
64
public RPCResponse[] sendCommands(List<TRexCommand> commands) throws IOException {
65
- if (commands.size() ==1) {
+ if (commands.size() == 1) {
66
return new RPCResponse[] {sendCommand(commands.get(0))};
67
68
0 commit comments