Add Line Break (#2020)

This commit is contained in:
Lei Mao
2025-01-08 23:46:59 -05:00
committed by GitHub
parent 52b35e90ce
commit 375e284e6a
+1 -1
View File
@@ -1070,7 +1070,7 @@ print_svg_mma(LayoutC const& C, ThrIDC const& TC, // (m,n) -> (tid,vid) and t
}
// footer
printf("</svg>");
printf("</svg>\n");
}
template <class... Args>