Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
vladamatena committed May 18, 2015
1 parent 8905ae4 commit b5d579f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ private void makeKnown(L2Packet packet) {
if (!known.containsKey(packet.getReceivedInfo().srcNode)) {
known.put(packet.getReceivedInfo().srcNode, new LimitedSortedSet<>(HISTORY_LIMIT));
}
known.get(packet.getReceivedInfo().srcNode).add(new L2PacketInfo(packet)); }
known.get(packet.getReceivedInfo().srcNode).add(new L2PacketInfo(packet));
}

/**
* Schedule packet for rebroadcast
Expand Down

0 comments on commit b5d579f

Please sign in to comment.