Skip to content
Snippets Groups Projects
Commit b1911833 authored by Maxence Naud's avatar Maxence Naud
Browse files

right spacing

parent 50764b3d
No related branches found
No related tags found
No related merge requests found
......@@ -473,7 +473,7 @@ class Tensor : public Data,
std::string toString() {
std::string toString() {
if (dims().empty()) { return "{}"; }
std::string res;
std::size_t dim = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment