spotless 적용

This commit is contained in:
2026-01-16 09:57:07 +09:00
parent eb07bc0157
commit fd8807b1d6
3 changed files with 2 additions and 6 deletions

View File

@@ -346,7 +346,7 @@ public class MapSheetMngService {
List<MngYyyyDto> yearList =
mngList.stream()
.filter(dto -> "DONE".equals(dto.getMngState()))
.map(dto -> new MngYyyyDto(dto.getMngYyyy(), dto.getMngPath()) )
.map(dto -> new MngYyyyDto(dto.getMngYyyy(), dto.getMngPath()))
.toList();
return yearList;