comparison 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
comparison
equal deleted inserted replaced
27:85b0f4a7303d 28:cfef4593e207
1 use std::ffi::OsStr;
1 use std::io; 2 use std::io;
2 use std::ffi::OsStr; 3 use std::process::{Child, Command};
3 use std::process::{Command, Child};
4 4
5 mod comm; 5 mod comm;
6 6
7 enum Test {} 7 enum Test {}
8 8