Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
testersen committed Jun 10, 2024
1 parent 8c6de77 commit 77810da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class MdcRequestContextFilter(private val beanFactory: BeanFactory) : OncePerReq
override fun doFilterInternal(
request: HttpServletRequest,
response: HttpServletResponse,
filterChain: FilterChain
filterChain: FilterChain,
) {
MdcRequestContext.push(request, beanFactory)
try {
Expand Down

0 comments on commit 77810da

Please sign in to comment.