mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Zig fmt
This commit is contained in:
parent
f3d9c2f2bb
commit
2159d94b87
2 changed files with 6 additions and 7 deletions
|
@ -990,7 +990,6 @@ pub const Utf8ByteProblem = packed enum(u8) {
|
|||
InvalidStartByte = 3,
|
||||
OverlongEncoding = 4,
|
||||
UnexpectedEndOfSequence = 5,
|
||||
|
||||
};
|
||||
pub const ValidateUtf8BytesResult = extern struct {
|
||||
is_ok: bool, byte_index: usize, problem_code: Utf8ByteProblem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue