Skip to content

Commit

Permalink
Fix a lint issue. (#10245)
Browse files Browse the repository at this point in the history
lint.sh complain for an addtional space line in 'utils.cc', just fix it.
  • Loading branch information
huajsj committed Feb 15, 2022
1 parent b9fc7a8 commit a1d8f72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tir/usmp/utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ TVM_STATIC_IR_FUNCTOR(ReprPrinter, vtable)
<< ",\n memory_pressure=" << node->memory_pressure << ")";
});


PoolAllocation::PoolAllocation(PoolInfo pool_info, Integer byte_offset) {
auto pool_allocation_node = make_object<PoolAllocationNode>();
pool_allocation_node->pool_info = pool_info;
Expand Down

0 comments on commit a1d8f72

Please sign in to comment.