Skip to content

Commit

Permalink
style: spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
happysoy committed Feb 20, 2024
1 parent be5a8e5 commit bd4b790
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.lalala.mvc.response;

import com.lalala.response.BaseResponse;
import lombok.extern.slf4j.Slf4j;

import org.springframework.core.MethodParameter;
Expand All @@ -12,6 +11,8 @@
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice;

import com.lalala.response.BaseResponse;

@ControllerAdvice
@Slf4j
public class BaseResponseBodyAdvice implements ResponseBodyAdvice<Object> {
Expand Down

0 comments on commit bd4b790

Please sign in to comment.