Skip to content

Commit 3caea6f

Browse files
committed
ok
1 parent 13b3810 commit 3caea6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ const CONFIG: &[u8] = include_bytes!("../config.yml");
3434

3535
#[tokio::main]
3636
async fn main() {
37-
let token = fetch_token();
38-
39-
token.unwrap_or("runtime error 0000".to_string());
37+
let token = fetch_token().unwrap_or("runtime error 0000".to_string());
4038

4139
load_config_file().await;
4240

0 commit comments

Comments
 (0)