Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liulx20 committed Jan 24, 2025
1 parent 44e8912 commit 9d2786a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void Sink::sink_beta(const Context& ctx, const GraphReadInterface& graph,
}
ss << "========================================================="
<< std::endl;
// auto res = results.SerializeAsString();
// std::cout << ss.str();
auto res = ss.str();
output.put_bytes(res.data(), res.size());
}
Expand Down

0 comments on commit 9d2786a

Please sign in to comment.