Skip to content

Commit bd2af20

Browse files
committed
whitespace lint error
1 parent 1687160 commit bd2af20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node/structural_equal.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,8 @@ TVM_REGISTER_GLOBAL("node.GetFirstStructuralMismatch")
563563
return first_mismatch;
564564
});
565565

566-
bool StructuralEqual::operator()(const ObjectRef& lhs, const ObjectRef& rhs, bool map_free_params) const {
566+
bool StructuralEqual::operator()(const ObjectRef& lhs, const ObjectRef& rhs,
567+
bool map_free_params) const {
567568
return SEqualHandlerDefault(false, nullptr, false).Equal(lhs, rhs, map_free_params);
568569
}
569570

0 commit comments

Comments
 (0)