Skip to content

Commit

Permalink
[FIX] 코드 리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
csb9427 committed Jan 11, 2024
1 parent 328dc74 commit 180f436
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@Transactional(readOnly = true)
@RequiredArgsConstructor

public class HappinessRoutineServiceImpl implements HappinessRoutineService{
public class HappinessRoutineServiceImpl implements HappinessRoutineService {

private final HappinessThemeRepository happinessThemeRepository;

Expand Down

0 comments on commit 180f436

Please sign in to comment.