Skip to content

Commit 18d7446

Browse files
author
Emil Gustafsson
committed
format
Signed-off-by: Emil Gustafsson <[email protected]>
1 parent a6f9694 commit 18d7446

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
@@ -371,7 +371,7 @@ public void removeRxQueue(int portIndex) {
371371
payload.put("enabled", false);
372372
callMethod("set_rx_feature", payload);
373373
}
374-
374+
375375
public void removeRxFilters(int portIndex, int profileId) {
376376
Map<String, Object> payload = createPayload(portIndex);
377377
if (profileId > 0) {

0 commit comments

Comments
 (0)