Skip to content

Commit e0cb68b

Browse files
committed
Rustfmt
1 parent cddb8da commit e0cb68b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/compiletest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ fn run_tests(mode: Mode, path: &str, target: Option<String>) -> Result<()> {
6464
dependency_builder: Some((
6565
std::env::current_dir()?.join("miri"),
6666
vec!["cargo".to_string()],
67-
vec![("MIRI_SYSROOT".to_string(), std::env::var("MIRI_SYSROOT").unwrap())]
67+
vec![("MIRI_SYSROOT".to_string(), std::env::var("MIRI_SYSROOT").unwrap())],
6868
)),
6969
};
7070
ui_test::run_tests(config)

ui_test/src/dependencies.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use color_eyre::eyre::{Result, bail};
1+
use color_eyre::eyre::{bail, Result};
22
use std::{
33
path::{Path, PathBuf},
44
process::Command,

0 commit comments

Comments
 (0)