Skip to content

Commit c8804f7

Browse files
committed
Fixed format error.
1 parent 5616d41 commit c8804f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/std/posix.zig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,6 @@ pub const ReadError = error{
802802
// This error occurs in Linux if the process to be read from
803803
// no longer exists.
804804
ProcessNotFound,
805-
806805
} || UnexpectedError;
807806

808807
/// Returns the number of bytes that were read, which can be less than
@@ -1189,7 +1188,6 @@ pub const WriteError = error{
11891188
// This error occurs in Linux if the process being written to
11901189
// no longer exists.
11911190
ProcessNotFound,
1192-
11931191
} || UnexpectedError;
11941192

11951193
/// Write to a file descriptor.

0 commit comments

Comments
 (0)