Skip to content

Commit 937e91a

Browse files
author
XuZhi
committed
fix clang lint error
1 parent 5845760 commit 937e91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/contrib/json/json_runtime.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class JSONRuntimeBase : public ModuleNode {
186186
for (size_t j = 0; j < nodes_[nid].GetOpShape().size(); ++j) {
187187
input_var_eid_.push_back(EntryID(nid, j));
188188
}
189-
nodes_[nid].SetNumOutput(nodes_[nid].GetOpShape().size());
189+
nodes_[nid].SetNumOutput(nodes_[nid].GetOpShape().size());
190190
} else {
191191
ICHECK_EQ(nodes_[nid].op_type_, "const");
192192
auto pos = std::find(std::begin(const_names_), std::end(const_names_), name);

0 commit comments

Comments
 (0)