add newline back to satisfy lint

This commit is contained in:
nyx 2024-10-01 20:27:12 -04:00
parent 572aefe7cf
commit 952fa159ba
No known key found for this signature in database
GPG Key ID: 9924455A3BB7D06C

View File

@ -748,4 +748,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]
}
}