Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
bomgar committed Aug 1, 2023
1 parent 3d1d4f5 commit a5c4a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spawn/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ use std::borrow::ToOwned;

use crate::util::random_color;
use slog::{debug, o};
use std::io::IsTerminal;
use std::io::{BufRead, BufReader};
use std::path::Path;
use std::process::{Child, Command, Stdio};
use std::io::IsTerminal;

use std::thread;

Expand Down

0 comments on commit a5c4a23

Please sign in to comment.