Skip to content

Commit

Permalink
移除空行
Browse files Browse the repository at this point in the history
  • Loading branch information
rottenmu authored and zilongTong committed Nov 1, 2022
1 parent 4474142 commit d483644
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ public void preProcessLaneId() {

private String getLaneIdByPercentage(Map<String, Integer> laneMap) {
TreeMap<Integer, String> weightMap = new TreeMap<>();

int cur = 0;
for (Map.Entry<String, Integer> entry : laneMap.entrySet()) {
cur += entry.getValue();
Expand Down

0 comments on commit d483644

Please sign in to comment.