Fix formatting

This commit is contained in:
Brian Clozel 2021-08-02 16:54:25 +02:00
parent 6be4b34856
commit a1fe82c3dd
1 changed files with 2 additions and 0 deletions

View File

@ -17,7 +17,9 @@
package org.springframework.boot.autoconfigure.web.reactive;
import org.junit.jupiter.api.Test;
import org.springframework.http.codec.multipart.DefaultPartHttpMessageReader;
import static org.assertj.core.api.Assertions.assertThat;
/**