reformat code

This commit is contained in:
Lin 2024-08-28 17:58:15 +08:00
parent 352c9b49c9
commit a23860a6a7
1 changed files with 2 additions and 4 deletions

View File

@ -1270,8 +1270,7 @@ void add_setup_command_templates(openfpga::Shell<T>& shell,
* Command 'read_unique_blocks'
*/
std::vector<ShellCommandId> cmd_dependency_read_unique_blocks_command;
cmd_dependency_read_unique_blocks_command.push_back(
link_arch_cmd_id);
cmd_dependency_read_unique_blocks_command.push_back(link_arch_cmd_id);
add_read_unique_blocks_command_template<T>(
shell, openfpga_setup_cmd_class, cmd_dependency_read_unique_blocks_command,
hidden);
@ -1280,8 +1279,7 @@ void add_setup_command_templates(openfpga::Shell<T>& shell,
* Command 'write_unique_blocks'
*/
std::vector<ShellCommandId> cmd_dependency_write_unique_blocks_command;
cmd_dependency_write_unique_blocks_command.push_back(
build_fabric_cmd_id);
cmd_dependency_write_unique_blocks_command.push_back(build_fabric_cmd_id);
add_write_unique_blocks_command_template<T>(
shell, openfpga_setup_cmd_class, cmd_dependency_write_unique_blocks_command,
hidden);