mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00: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 {
|
if allocated {
|
||||||
return v, nil
|
return v, nil
|
||||||
} else {
|
|
||||||
return strings.clone(v), nil
|
|
||||||
}
|
}
|
||||||
|
return strings.clone(v), nil
|
||||||
}
|
}
|
||||||
return strings.clone(val)
|
return strings.clone(val)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user