remove one faulty line
This commit is contained in:
parent
1ca0fb7327
commit
50dd9d347a
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ fn main() {
|
||||||
print!("{}", figlet);
|
print!("{}", figlet);
|
||||||
}
|
}
|
||||||
// Print all the things we've been saving.
|
// Print all the things we've been saving.
|
||||||
print!("{}", figlet);
|
|
||||||
println!("{}@{}", user.clone().trim(), hostname.clone().trim());
|
println!("{}@{}", user.clone().trim(), hostname.clone().trim());
|
||||||
println!("------------------------");
|
println!("------------------------");
|
||||||
println!("OS: {}", Red.paint(distro_name.clone()));
|
println!("OS: {}", Red.paint(distro_name.clone()));
|
||||||
|
|
Loading…
Reference in a new issue