Skip to content

Commit d247918

Browse files
committed
style: Organize imports
1 parent 9c14433 commit d247918

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • crates/testing/test-programs/process/activity/src

crates/testing/test-programs/process/activity/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
use std::time::Duration;
2-
31
use anyhow::{Context as _, bail, ensure};
42
use exports::testing::process::process::Guest;
53
use futures_concurrency::future::Join as _;
64
use obelisk::activity::process::{self as process_support};
5+
use std::time::Duration;
76
use wstd::io::{AsyncInputStream, AsyncOutputStream, AsyncPollable, Cursor};
87
use wstd::runtime::block_on;
98
use wstd::wasip2::io::streams::InputStream;

0 commit comments

Comments
 (0)