提交 30d22c55 编写于 作者: L liuruilong

modify log

上级 c7c16a71
......@@ -170,7 +170,7 @@ struct ToLog {
template <typename T>
Print &operator<<(Print &printer, const std::vector<T> &v) {
printer << "[\n ";
printer << "[ ";
for (int i = 0; i < v.size(); ++i) {
const auto &value = v[i];
......@@ -179,7 +179,7 @@ Print &operator<<(Print &printer, const std::vector<T> &v) {
printer << "\n";
}
}
printer << " \n]";
printer << " ]";
return printer;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册