Skip to content

Commit 8ecc968

Browse files
committed
code format fix
Signed-off-by: Leo Ma <[email protected]>
1 parent 22537fa commit 8ecc968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cisco/trex/stateless/TRexTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public RPCResponse sendCommand(TRexCommand command) throws IOException {
6262
}
6363

6464
public RPCResponse[] sendCommands(List<TRexCommand> commands) throws IOException {
65-
if (commands.size() ==1) {
65+
if (commands.size() == 1) {
6666
return new RPCResponse[] {sendCommand(commands.get(0))};
6767
}
6868

0 commit comments

Comments
 (0)