Skip to content

Commit

Permalink
gradle spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
melowe committed Sep 13, 2021
1 parent 92ad6ab commit 300e0dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import jakarta.ws.rs.Produces;
import jakarta.ws.rs.core.MediaType;
import jakarta.ws.rs.core.Response;
import java.util.Objects;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.Mockito.*;

import jakarta.ws.rs.core.Response;
import org.junit.Test;

Expand Down

0 comments on commit 300e0dd

Please sign in to comment.