Skip to content

Commit ce821f3

Browse files
committed
Remove trailing whitespace
1 parent 9348626 commit ce821f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-webflux/src/main/java/org/springframework/web/reactive/config/ApiVersionConfigurer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ public ApiVersionConfigurer setVersionRequired(boolean required) {
137137
if(required && this.versionResolvers.isEmpty()) {
138138
throw new IllegalStateException("API Versioning is required but no version resolvers are configured");
139139
}
140-
141140
return this;
142141
}
143142

0 commit comments

Comments
 (0)