From 8a626ef56476c698c4985859238a76dd53901b6f Mon Sep 17 00:00:00 2001 From: gingerBill Date: Wed, 3 Nov 2021 11:34:47 +0000 Subject: [PATCH] Minor comments about matrix printing --- core/fmt/fmt.odin | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/fmt/fmt.odin b/core/fmt/fmt.odin index 10b62d51b..1c32c3ce7 100644 --- a/core/fmt/fmt.odin +++ b/core/fmt/fmt.odin @@ -1927,8 +1927,8 @@ fmt_value :: proc(fi: ^Info, v: any, verb: rune) { fi.indent += 1 if fi.hash { + // Printed as it is written io.write_byte(fi.writer, '\n') - // TODO(bill): Should this render it like in written form? e.g. tranposed for col in 0.. 0 { io.write_string(fi.writer, "; ") } for row in 0..