mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-28 06:09:57 +08:00
Run IntelliJ IDEA code formatter
This commit is contained in:
@@ -9,7 +9,7 @@ public class WeightedList<E> {
|
||||
private double total = 0;
|
||||
|
||||
public WeightedList() {
|
||||
|
||||
|
||||
}
|
||||
|
||||
public WeightedList<E> add(double weight, E result) {
|
||||
@@ -24,7 +24,7 @@ public class WeightedList<E> {
|
||||
return map.higherEntry(value).getValue();
|
||||
}
|
||||
|
||||
public int size() {
|
||||
return map.size();
|
||||
}
|
||||
}
|
||||
public int size() {
|
||||
return map.size();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user