mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Remove trailing whitespace in spring-test
This commit is contained in:
+1
-1
@@ -224,7 +224,7 @@ public class SpringMethodRule implements MethodRule {
|
||||
* that is annotated with {@code @ClassRule}.
|
||||
*/
|
||||
private static SpringClassRule validateSpringClassRuleConfiguration(Class<?> testClass) {
|
||||
Field ruleField = findSpringClassRuleField(testClass).orElseThrow(() ->
|
||||
Field ruleField = findSpringClassRuleField(testClass).orElseThrow(() ->
|
||||
new IllegalStateException(String.format(
|
||||
"Failed to find 'public static final SpringClassRule' field in test class [%s]. " +
|
||||
"Consult the javadoc for SpringClassRule for details.", testClass.getName())));
|
||||
|
||||
Reference in New Issue
Block a user