Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
".git/.scripts/commands/fmt/fmt.sh"
  • Loading branch information
command-bot committed Mar 1, 2023
commit 079855799d94f8277615a2e3ea98bd1b5d2bde14
4 changes: 2 additions & 2 deletions bin/node/cli/tests/temp_base_path_works.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#![cfg(unix)]

use assert_cmd::cargo::cargo_bin;
use futures_timer::Delay;
use nix::{
sys::signal::{kill, Signal::SIGINT},
unistd::Pid,
Expand All @@ -28,9 +29,8 @@ use std::{
io::Read,
path::PathBuf,
process::{Command, Stdio},
time::Duration
time::Duration,
};
use futures_timer::Delay;

pub mod common;

Expand Down