add newline back

This commit is contained in:
nyx 2024-10-02 00:27:01 -04:00
parent 92643de3ad
commit 70d3abfca4
No known key found for this signature in database
GPG Key ID: 9924455A3BB7D06C

View File

@ -776,4 +776,4 @@ fn get_random_tip() -> &'static str {
let mut rng = rand::thread_rng();
let random_index = rng.gen_range(0..tips.len());
tips[random_index]
}
}