Skip to content

Commit

Permalink
chore(commands): reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
maugde committed Feb 4, 2025
1 parent fe02f72 commit 8ea2595
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def _generate(
results.details.append(detail)

if notifier:
notifier(command_block_dict.get(cmd.command_id, ), output.status, output.message)
notifier(command_block_dict[cmd.command_id], output.status, output.message)

cmd_notifier.index = index
stopwatch.log_elapsed(cmd_notifier)
Expand Down

0 comments on commit 8ea2595

Please sign in to comment.