mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-02-20 16:26:05 +00:00
add newline back to satisfy lint
This commit is contained in:
parent
572aefe7cf
commit
952fa159ba
|
@ -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]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user