Format code [skip actions]

This commit is contained in:
github-actions
2023-05-20 15:45:17 +00:00
parent 4e8726d29e
commit 6d845e1cc6
2 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ public class PlayerProgress {
}
public int resetCurrentProgress(int progressId) {
return questProgressCountMap.merge(progressId,0,Integer::min);
return questProgressCountMap.merge(progressId, 0, Integer::min);
}
@Entity