Skip to content

Commit

Permalink
chore(core): spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback committed Jun 21, 2024
1 parent 30e34b5 commit c5697f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private Map.Entry<String, ChannelObject> mapMethodToChannel(Method method) {

NamedSchemaObject payloadSchema = payloadMethodService.extractSchema(method);

SchemaObject headerSchema = headerClassExtractor.extractHeader(method, payloadSchema);
SchemaObject headerSchema = headerClassExtractor.extractHeader(method, payloadSchema);
ChannelObject channelItem = buildChannelItem(annotation, payloadSchema, headerSchema);
return Map.entry(channelItem.getChannelId(), channelItem);
}
Expand Down

0 comments on commit c5697f8

Please sign in to comment.