mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 13:22:28 +00:00
add newline back
This commit is contained in:
parent
92643de3ad
commit
70d3abfca4
|
@ -776,4 +776,4 @@ fn get_random_tip() -> &'static str {
|
||||||
let mut rng = rand::thread_rng();
|
let mut rng = rand::thread_rng();
|
||||||
let random_index = rng.gen_range(0..tips.len());
|
let random_index = rng.gen_range(0..tips.len());
|
||||||
tips[random_index]
|
tips[random_index]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user