mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 11:52:22 -07:00
Tidy up code
This commit is contained in:
@@ -89,9 +89,8 @@ load_map_from_string :: proc(src: string, allocator: runtime.Allocator, options
|
||||
}
|
||||
if allocated {
|
||||
return v, nil
|
||||
} else {
|
||||
return strings.clone(v), nil
|
||||
}
|
||||
return strings.clone(v), nil
|
||||
}
|
||||
return strings.clone(val)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user