Skip to content

Commit b0919b0

Browse files
PVinacheslordrip
andauthored
Apply spacing suggestion from @lordrip
Co-authored-by: Ricardo M. <lordrip@gmail.com>
1 parent 13367f6 commit b0919b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/kaoto/camelcatalog/generators/SchemaPropertyFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public SchemaPropertyFilter() {
5454
Map.entry("onCompletion", List.of("steps")),
5555
Map.entry("onException", List.of("steps"))
5656
);
57-
}
57+
}
5858

5959
void schemaPropertyFilter(String eipName, ObjectNode node) {
6060
if (!processorPropertyBlockList.containsKey(eipName)) return;

0 commit comments

Comments
 (0)