Add Line Break (#2020)

This commit is contained in:
Lei Mao
2025-01-08 20:46:59 -08:00
committed by GitHub
parent 52b35e90ce
commit 375e284e6a

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>