Skip to content

Commit a6e34cd

Browse files
committed
format code style
1 parent 5f5b537 commit a6e34cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

framework/src/main/java/org/tron/core/net/service/fetchblock/FetchBlockService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public void fetchBlock(List<Sha256Hash> sha256HashList, PeerConnection peer) {
7575
.findFirst().ifPresent(sha256Hash -> {
7676
fetchBlockInfo = new FetchBlockInfo(sha256Hash, peer, System.currentTimeMillis());
7777
logger.info("Set fetchBlockInfo, block: {}, peer: {}, time: {}", sha256Hash,
78-
fetchBlockInfo.getPeer().getInetAddress(), fetchBlockInfo.getTime());
78+
fetchBlockInfo.getPeer().getInetAddress(), fetchBlockInfo.getTime());
7979
});
8080
}
8181

0 commit comments

Comments
 (0)