diff options
| author | gingerBill <bill@gingerbill.org> | 2020-12-14 14:36:45 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-12-14 14:36:45 +0000 |
| commit | f6e2d74d10d4f8ade814a0ed36bed4d98eae768c (patch) | |
| tree | 28da2de41466b229de9a6faf3eea12ce74b3c308 /core/io | |
| parent | aa2562fe7c4f787f3210f6822f08e8887710ea4f (diff) | |
Keep -vet happy
Diffstat (limited to 'core/io')
| -rw-r--r-- | core/io/util.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/io/util.odin b/core/io/util.odin index c8ba6c259..796e8a36c 100644 --- a/core/io/util.odin +++ b/core/io/util.odin @@ -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) { |