Skip to content
Snippets Groups Projects
Commit 7620cc31 authored by Dean Lovett's avatar Dean Lovett
Browse files

fix: rubocop changes

parent 8bfadfd0
No related branches found
No related tags found
No related merge requests found
Pipeline #18988 passed
module NexusCqrs
class CommandExecutor
# @param [NexusCqrs::CommandBus] command_bus
def initialize(command_bus)
@bus = command_bus
......@@ -27,6 +26,5 @@ module NexusCqrs
@register_handlers = block
@register_handlers.call(self)
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment