Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 684625615
  • Loading branch information
ddunl authored and copybara-github committed Oct 11, 2024
1 parent 4e08807 commit 8e00ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/core_runtime/op_attrs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -851,8 +851,8 @@ void OpAttrsRef::Print(raw_ostream &os) const {
// Print out the attributes in stable order.
for (auto *attr : sorted_attrs) {
const OpAttrsRawEntry &entry = *attr;
os << " '" << entry.name << "'" << " type=" << GetNameString(entry.type)
<< " value=";
os << " '" << entry.name << "'"
<< " type=" << GetNameString(entry.type) << " value=";

if (entry.IsArray()) {
const char *data = static_cast<const char *>(entry.GetData());
Expand Down

0 comments on commit 8e00ae1

Please sign in to comment.