Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Aug 16, 2024
1 parent 2b06902 commit 1f5f816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/nvcc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use crate::compiler::{
CompileCommandImpl, CompilerArguments, Language,
};
use crate::mock_command::{
exit_status, ExitStatusValue, CommandChild, CommandCreator, CommandCreatorSync, RunCommand,
exit_status, CommandChild, CommandCreator, CommandCreatorSync, ExitStatusValue, RunCommand,
};
use crate::util::{run_input_output, OsStrExt};
use crate::{counted_array, dist, protocol, server};
Expand Down

0 comments on commit 1f5f816

Please sign in to comment.