Apply SingleSpaceSeparator Checkstyle module
This commit also fixes its violations. Closes gh-31469
This commit is contained in:
@@ -726,7 +726,7 @@ public class MockHttpServletRequest implements HttpServletRequest {
|
||||
}
|
||||
else if (this.inputStream != null) {
|
||||
throw new IllegalStateException(
|
||||
"Cannot call getReader() after getInputStream() has already been called for the current request") ;
|
||||
"Cannot call getReader() after getInputStream() has already been called for the current request");
|
||||
}
|
||||
|
||||
if (this.content != null) {
|
||||
|
||||
Reference in New Issue
Block a user