mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-15 08:25:21 +01:00
Fix whitespace [skip actions]
This commit is contained in:
@@ -45,7 +45,7 @@ public class HomeBlockItem {
|
||||
.toList();
|
||||
}
|
||||
|
||||
public int calComfort(){
|
||||
public int calComfort() {
|
||||
return this.deployFurnitureList.stream()
|
||||
.mapToInt(HomeFurnitureItem::getComfort)
|
||||
.sum();
|
||||
|
||||
Reference in New Issue
Block a user