Skip to content

Commit d2dfe57

Browse files
huajsjpfk-beta
authored andcommitted
Fix a lint issue. (apache#10245)
lint.sh complain for an addtional space line in 'utils.cc', just fix it.
1 parent 41265be commit d2dfe57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tir/usmp/utils.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ TVM_STATIC_IR_FUNCTOR(ReprPrinter, vtable)
9393
<< ",\n memory_pressure=" << node->memory_pressure << ")";
9494
});
9595

96-
9796
PoolAllocation::PoolAllocation(PoolInfo pool_info, Integer byte_offset) {
9897
auto pool_allocation_node = make_object<PoolAllocationNode>();
9998
pool_allocation_node->pool_info = pool_info;

0 commit comments

Comments
 (0)