Skip to content

Commit

Permalink
style: (#78) 공백 줄 맞춤
Browse files Browse the repository at this point in the history
  • Loading branch information
khcho0125 committed Sep 27, 2022
1 parent 325a9cc commit 6e0c501
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ class AuthCodeLimitPersistenceAdapter(
)

override fun save(authCodeLimit: AuthCodeLimit) = authCodeLimitMapper.toDomain(
authCodeLimitRepository.save(
authCodeLimitMapper.toEntity(authCodeLimit)
)
authCodeLimitRepository.save(
authCodeLimitMapper.toEntity(authCodeLimit)
)
)!!

}

0 comments on commit 6e0c501

Please sign in to comment.