Skip to content

Commit dd0a32b

Browse files
author
Bernardo Salvatore
committed
Fix indentation code
1 parent 0bc73e3 commit dd0a32b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

springdoc-openapi-common/src/main/java/org/springdoc/core/customizers/ActuatorOperationCustomizer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ public Operation customize(Operation operation, HandlerMethod handlerMethod) {
109109
operationId = matcher.group(1);
110110
}
111111

112-
if (operation.getSummary() == null && !summary.contains("$"))
113-
operation.setSummary(summary);
112+
if (operation.getSummary() == null && !summary.contains("$"))
113+
operation.setSummary(summary);
114114

115115
operation.setOperationId(operationId);
116116
}

0 commit comments

Comments
 (0)