Skip to content

Commit

Permalink
♻️ :: 코드 정렬
Browse files Browse the repository at this point in the history
  • Loading branch information
jyk1029 committed Nov 25, 2023
1 parent 95c2fbc commit 1ac29f0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ class QueryMyRoomListService(
.collect(Collectors.toList())
)
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ class SendChat2Service(
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class QueryMonthlyScheduleService(
private val scheduleRepository: ScheduleRepository,
private val userFacade: UserFacade,
) {

@Transactional(readOnly = true)
fun execute(month: Int): QueryScheduleResponse {
val user = userFacade.getCurrentUser()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ class S3Utils(
}
return ext
}

}
}

0 comments on commit 1ac29f0

Please sign in to comment.