Skip to content

Commit

Permalink
command: fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
raine committed Jun 9, 2024
1 parent ce4f740 commit c20c831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghtool/src/commands/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ fn add_command_info(
check_run_command_map.insert(check_run.id, command_type);
command_check_run_map
.entry(command_type)
.or_insert_with(Vec::new)
.or_default()
.push(check_run.id);
}
}

0 comments on commit c20c831

Please sign in to comment.