Skip to content

Commit

Permalink
Update csrc/ir/nodes.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Hinkle <[email protected]>
  • Loading branch information
naoyam and jacobhinkle authored Dec 24, 2024
1 parent fca9477 commit 0df6c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/ir/nodes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ std::string BroadcastOp::toString(int indent_size) const {
ss << (f ? "true" : "false");
is_first = false;
}
ss << " )\n";
ss << "} )\n";
return ss.str();
}

Expand Down

0 comments on commit 0df6c4d

Please sign in to comment.