Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
xxo1shine committed Jan 8, 2019
1 parent 5032213 commit cfca95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/tron/core/net/node/NodeImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ public void broadcast(Message msg) {
synchronized (advObjToSpread) {
advObjToSpread.put(msg.getMessageId(), type);
}
}catch (Exception e) {
} catch (Exception e) {
logger.error("Broadcast message failed, type: {}, reason: {}", msg.getType(), e.getMessage());
}
}
Expand Down

0 comments on commit cfca95d

Please sign in to comment.