Skip to content

Commit

Permalink
Improve code layout
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yevsyukov committed Jan 28, 2025
1 parent 9f8b3d2 commit abc0e55
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ public interface CommandRoutingSetup<I : Any> :
RoutingSetup<I, CommandMessage, CommandContext, I, CommandRouting<I>> {

public companion object :
RoutingSetupDiscovery<CommandMessage, CommandContext, CommandRouting<Any>>("CommandRouting") {
RoutingSetupDiscovery<CommandMessage, CommandContext, CommandRouting<Any>>(
"CommandRouting"
) {

public fun <I : Any> apply(cls: Class<out Entity<I, *>>, routing: CommandRouting<I>) {
@Suppress("UNCHECKED_CAST")
Expand Down

0 comments on commit abc0e55

Please sign in to comment.