Skip to content

Commit 6c99560

Browse files
committed
Fix style error in wasi.rs
1 parent 2c839a3 commit 6c99560

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wasi.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ pub const AT_REMOVEDIR: c_int = 0x4;
337337
pub const UTIME_OMIT: c_long = 1073741822;
338338
pub const UTIME_NOW: c_long = 1073741823;
339339

340-
341340
pub const E2BIG: c_int = __WASI_E2BIG as c_int;
342341
pub const EACCES: c_int = __WASI_EACCES as c_int;
343342
pub const EADDRINUSE: c_int = __WASI_EADDRINUSE as c_int;

0 commit comments

Comments
 (0)