about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--build_system/prepare.rs8
1 files changed, 2 insertions, 6 deletions
diff --git a/build_system/prepare.rs b/build_system/prepare.rs
index f9ab8ae7041..3111f62f6c2 100644
--- a/build_system/prepare.rs
+++ b/build_system/prepare.rs
@@ -7,12 +7,8 @@ use std::process::Command;
 use super::rustc_info::{get_file_name, get_rustc_path, get_rustc_version};
 use super::utils::{cargo_command, copy_dir_recursively, spawn_and_wait};
 
-pub(crate) const ABI_CAFE: GitRepo = GitRepo::github(
-    "Gankra",
-    "abi-cafe",
-    "4c6dc8c9c687e2b3a760ff2176ce236872b37212",
-    "abi-cafe",
-);
+pub(crate) const ABI_CAFE: GitRepo =
+    GitRepo::github("Gankra", "abi-cafe", "4c6dc8c9c687e2b3a760ff2176ce236872b37212", "abi-cafe");
 
 pub(crate) const RAND: GitRepo =
     GitRepo::github("rust-random", "rand", "0f933f9c7176e53b2a3c7952ded484e1783f0bf1", "rand");