Skip to content

Commit 1687160

Browse files
committed
fixing white space lint error
1 parent 1ec74b9 commit 1687160

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/tvm/node/structural_equal.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ class StructuralEqual : public BaseValueEqual {
111111
* \param map_free_params Whether or not to map free variables.
112112
* \return The comparison result.
113113
*/
114-
TVM_DLL bool operator()(const ObjectRef& lhs, const ObjectRef& rhs, const bool map_free_params = false) const;
114+
TVM_DLL bool operator()(const ObjectRef& lhs, const ObjectRef& rhs,
115+
const bool map_free_params = false) const;
115116
};
116117

117118
/*!

0 commit comments

Comments
 (0)