Skip to content

Commit 90145a0

Browse files
committed
fix format
1 parent 85cfc0a commit 90145a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-ui/src/main/java/org/springdoc/webmvc/ui/SwaggerWebMvcConfigurer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void addResourceHandlers(ResourceHandlerRegistry registry) {
7878
if (actuatorProvider.isPresent() && actuatorProvider.get().isUseManagementPort())
7979
uiRootPath.append(actuatorProvider.get().getBasePath());
8080

81-
registry.addResourceHandler(uiRootPath +SWAGGER_UI_PREFIX +"*/**")
81+
registry.addResourceHandler(uiRootPath + SWAGGER_UI_PREFIX + "*/**")
8282
.addResourceLocations(CLASSPATH_RESOURCE_LOCATION + DEFAULT_WEB_JARS_PREFIX_URL + DEFAULT_PATH_SEPARATOR)
8383
.resourceChain(false)
8484
.addTransformer(swaggerIndexTransformer);

0 commit comments

Comments
 (0)