Skip to content

Commit 2666f98

Browse files
committed
fix checkstyle
1 parent 0f48bda commit 2666f98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

framework/src/test/java/org/tron/core/jsonrpc/HandleLogsFilterTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ public void testEmptyTxInfoList_noResult() throws JsonRpcInvalidParamsException
169169
LogFilterAndResult filterAndResult = new LogFilterAndResult(fr, 100L, null);
170170
jsonRpc.getEventFilter2ResultFull().put(FILTER_ID_1, filterAndResult);
171171

172-
LogsFilterCapsule capsule =
173-
new LogsFilterCapsule(150L, "0xabcdef", null, Collections.emptyList(), false, false, jsonRpc);
172+
LogsFilterCapsule capsule = new LogsFilterCapsule(150L, "0xabcdef", null,
173+
Collections.emptyList(), false, false, jsonRpc);
174174

175175
jsonRpc.handleLogsFilter(capsule);
176176

0 commit comments

Comments
 (0)