Skip to content

Commit 392aec6

Browse files
committed
Fix formatting
1 parent ccf2d2d commit 392aec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/providers/HateoasHalProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ protected void init() {
8282
*/
8383
public boolean isHalEnabled() {
8484
return hateoasPropertiesOptional
85-
.map(HateoasHalProvider ::isHalEnabled)
85+
.map(HateoasHalProvider::isHalEnabled)
8686
.orElse(true);
8787
}
8888

0 commit comments

Comments
 (0)