chore: clean

This commit is contained in:
iff 2024-12-07 00:20:00 +01:00
parent 92d14cdf20
commit c10f08a0c2
5 changed files with 20 additions and 21 deletions

View file

@ -7,7 +7,7 @@ use inquire::*;
pub fn suggestion(data: &mut Data) {
let shell = data.shell.clone();
let mut last_command ;
let mut last_command;
loop {
last_command = data.command.clone();