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;
|
use std::thread;
|
||||||
|
|
||||||
pub fn run() {
|
pub fn run() {
|
||||||
println!("Starting up UI (headless)");
|
println!("Starting up UI (headless)");
|
||||||
loop {
|
loop {
|
||||||
thread::sleep(time::Duration::from_secs(10));
|
thread::sleep(time::Duration::from_secs(10));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue