Skip to content

Commit

Permalink
Fix style error in wasi.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lpetre committed Aug 18, 2019
1 parent 2c839a3 commit 6c99560
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wasi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ pub const AT_REMOVEDIR: c_int = 0x4;
pub const UTIME_OMIT: c_long = 1073741822;
pub const UTIME_NOW: c_long = 1073741823;


pub const E2BIG: c_int = __WASI_E2BIG as c_int;
pub const EACCES: c_int = __WASI_EACCES as c_int;
pub const EADDRINUSE: c_int = __WASI_EADDRINUSE as c_int;
Expand Down

0 comments on commit 6c99560

Please sign in to comment.