Skip to content

Commit d4e34dd

Browse files
committed
fix format
1 parent b3b04b6 commit d4e34dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

environment/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ pub fn install_env(env: &str) {
148148
.unwrap_or(false);
149149

150150
if check_installed {
151-
println!("\x1b[32m[xtask]\x1b[0m CUDA Toolkit is already installed. No need to reinstall.");
151+
println!(
152+
"\x1b[32m[xtask]\x1b[0m CUDA Toolkit is already installed. No need to reinstall."
153+
);
152154
return;
153155
}
154156

0 commit comments

Comments
 (0)