Keep -vet happy

This commit is contained in:
gingerBill
2020-12-14 14:36:45 +00:00
parent aa2562fe7c
commit f6e2d74d10
5 changed files with 11 additions and 12 deletions
-1
View File
@@ -1,6 +1,5 @@
package io
import "core:runtime"
import "core:strconv"
write_u64 :: proc(w: Writer, i: u64, base: int = 10) -> (n: int, err: Error) {