refactor: Run cargo clippy --fix (#113)
This commit is contained in:
@@ -20,7 +20,7 @@ pub fn run_tpm(base_dirs: &BaseDirs, run_type: RunType) -> Result<()> {
|
||||
|
||||
print_separator("tmux plugins");
|
||||
|
||||
run_type.execute(&tpm).arg("all").check_run()
|
||||
run_type.execute(tpm).arg("all").check_run()
|
||||
}
|
||||
|
||||
struct Tmux {
|
||||
|
||||
Reference in New Issue
Block a user