Minor style change

This commit is contained in:
gingerBill
2021-10-02 14:05:26 +01:00
parent 2d2e3ed6a1
commit 1e7c60e171
+1 -1
View File
@@ -46,7 +46,7 @@ when ODIN_TEST {
} }
main :: proc() { main :: proc() {
w, _ := io.to_writer(os.stream_from_handle(os.stdout)) w := io.to_writer(os.stream_from_handle(os.stdout))
t := testing.T{w=w} t := testing.T{w=w}
zlib_test(&t) zlib_test(&t)
gzip_test(&t) gzip_test(&t)