Skip to content

Commit

Permalink
Style: (#6)ktlint 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
alsdl0629 committed Oct 2, 2023
1 parent bed2d72 commit 44bb89e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class GlobalExceptionFilter(
override fun doFilterInternal(
request: HttpServletRequest,
response: HttpServletResponse,
filterChain: FilterChain
filterChain: FilterChain,
) {
try {
filterChain.doFilter(request, response)
Expand Down

0 comments on commit 44bb89e

Please sign in to comment.