Skip to content

Commit

Permalink
fix: formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteenke committed Mar 4, 2024
1 parent 30e9ef8 commit 7c33c4a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class ImageRestControllerTest extends AbstractTest {
private static final String MEDIA_TYPE_IMAGE_PNG = "image/png";
private static final String MEDIA_TYPE_IMAGE_JPG = "image/jpg";


private static final File FILE = new File(
Objects.requireNonNull(ImageRestControllerTest.class.getResource("/images/Testimage.png")).getFile());

Expand Down

0 comments on commit 7c33c4a

Please sign in to comment.