diff tests/ordinary.rs @ 28:cfef4593e207

Run `cargo fmt`.
author Paul Fisher <paul@pfish.zone>
date Sat, 19 Apr 2025 01:33:50 -0400
parents 66c0e10c89fc
children
line wrap: on
line diff
--- a/tests/ordinary.rs	Fri Feb 28 23:15:59 2025 +0100
+++ b/tests/ordinary.rs	Sat Apr 19 01:33:50 2025 -0400
@@ -1,6 +1,6 @@
+use std::ffi::OsStr;
 use std::io;
-use std::ffi::OsStr;
-use std::process::{Command, Child};
+use std::process::{Child, Command};
 
 mod comm;