9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-29 03:49:07 +00:00

code clean

This commit is contained in:
XiaoMoMi
2024-07-24 22:33:07 +08:00
parent ab1ed98777
commit 8f8d19030b
2 changed files with 7 additions and 12 deletions

View File

@@ -77,7 +77,6 @@ public class CompetitionConfigParser {
.build()
);
}
List<Pair<Integer, Integer>> timePairs = section.getStringList("start-time")
.stream().map(it -> {
String[] split = it.split(":");