Skip to content

Commit a346877

Browse files
committed
Rustfmt
1 parent 288c067 commit a346877

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build_system/abi_cafe.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ use super::SysrootKind;
1010
pub(crate) static ABI_CAFE_REPO: GitRepo =
1111
GitRepo::github("Gankra", "abi-cafe", "4c6dc8c9c687e2b3a760ff2176ce236872b37212", "abi-cafe");
1212

13-
pub(crate) static ABI_CAFE: CargoProject = CargoProject::new(&ABI_CAFE_REPO.source_dir(), "abi_cafe");
13+
pub(crate) static ABI_CAFE: CargoProject =
14+
CargoProject::new(&ABI_CAFE_REPO.source_dir(), "abi_cafe");
1415

1516
pub(crate) fn run(
1617
channel: &str,

build_system/build_sysroot.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ pub(crate) static ORIG_BUILD_SYSROOT: RelPath = RelPath::SOURCE.join("build_sysr
153153
pub(crate) static BUILD_SYSROOT: RelPath = RelPath::DOWNLOAD.join("sysroot");
154154
pub(crate) static SYSROOT_RUSTC_VERSION: RelPath = BUILD_SYSROOT.join("rustc_version");
155155
pub(crate) static SYSROOT_SRC: RelPath = BUILD_SYSROOT.join("sysroot_src");
156-
pub(crate) static STANDARD_LIBRARY: CargoProject = CargoProject::new(&BUILD_SYSROOT, "build_sysroot");
156+
pub(crate) static STANDARD_LIBRARY: CargoProject =
157+
CargoProject::new(&BUILD_SYSROOT, "build_sysroot");
157158

158159
fn build_clif_sysroot_for_triple(
159160
dirs: &Dirs,

0 commit comments

Comments
 (0)