mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
refactor: Ignored allocation errors.
This commit is contained in:
@@ -436,7 +436,7 @@ test_db_sync_noop :: proc(t: ^testing.T) {
|
||||
transmute([]u8)content,
|
||||
context.temp_allocator,
|
||||
)
|
||||
hex_bytes, _ := hex.encode(digest, context.temp_allocator)
|
||||
hex_bytes := hex.encode(digest, context.temp_allocator)
|
||||
sha := string(hex_bytes)
|
||||
|
||||
db, ok := db_init()
|
||||
|
||||
Reference in New Issue
Block a user