Formatting
This commit is contained in:
parent
b62e89f0c9
commit
d59a2a3ae7
1 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@ use std::time;
|
|||
use std::thread;
|
||||
|
||||
pub fn run() {
|
||||
println!("Starting up UI (headless)");
|
||||
loop {
|
||||
thread::sleep(time::Duration::from_secs(10));
|
||||
}
|
||||
println!("Starting up UI (headless)");
|
||||
loop {
|
||||
thread::sleep(time::Duration::from_secs(10));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue