Skip to content

Commit 002dab2

Browse files
author
Emil Gustafsson
committed
format code
1 parent 2c6fd54 commit 002dab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ public void removeRxQueue(int portIndex) {
346346
payload.put("enabled", false);
347347
callMethod("set_rx_feature", payload);
348348
}
349-
349+
350350
/** Set promiscuous mode, Enable interface to receive packets from all mac addresses */
351351
public void setPromiscuousMode(int portIndex, boolean enabled) {
352352
Map<String, Object> payload = createPayload(portIndex);

0 commit comments

Comments
 (0)