style: code new line style

This commit is contained in:
2022-08-06 15:57:38 +08:00
parent 5a8b23cd2d
commit f85c7a68b7

View File

@@ -28,8 +28,7 @@ fn main() {
let (_, script_sha256) = read_file_and_digest(script_file);
debugging!("File {} -> sha256: {}", script_file, script_sha256);
let cache_script_bin_name = format!("{}/Library/Caches/rust-script/binaries/release/{}",
home,
script_sha256);
home, script_sha256);
let skip_cache = is_env_on("SKIP_CACHE");
let cache_script_bin_name_exists = fs::metadata(&cache_script_bin_name).is_ok();