sort imports

This commit is contained in:
Mark McCaskey 2019-03-25 12:39:57 -07:00
parent 4f98da710d
commit 2969989ecd

View File

@ -1,4 +1,4 @@
use libc::{chroot as _chroot, printf as _printf, getpwuid as _getpwuid};
use libc::{chroot as _chroot, getpwuid as _getpwuid, printf as _printf};
use wasmer_runtime_core::vm::Ctx;