Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Jul 11, 2023
1 parent 05305b0 commit 43b4cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/default/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::fs::remove_dir_all;
use clap::Parser;
use colored::Colorize;
use std::fs::remove_dir_all;
use symlink::{remove_symlink_dir, symlink_dir};

use sdkman_cli_native::constants::{CANDIDATES_DIR, CURRENT_DIR};
Expand Down

0 comments on commit 43b4cca

Please sign in to comment.