Skip to content

Commit 22a2ef9

Browse files
committed
Rustfmt
1 parent acdbc42 commit 22a2ef9

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
@@ -65,7 +65,7 @@ fn run_tests(mode: Mode, path: &str, target: Option<String>) -> Result<()> {
6565
dependency_builder: Some((
6666
std::env::current_dir()?.join("miri"),
6767
vec!["cargo".to_string()],
68-
vec![("MIRI_SYSROOT".to_string(), std::env::var("MIRI_SYSROOT").unwrap())]
68+
vec![("MIRI_SYSROOT".to_string(), std::env::var("MIRI_SYSROOT").unwrap())],
6969
)),
7070
};
7171
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)