Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0729 committed Nov 22, 2023
1 parent 12e2964 commit 79277fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judger/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub mod test;
async fn main() {
init::new().await;

let config = CONFIG.get().unwrap() ;
let config = CONFIG.get().unwrap() ;
let addr = config.runtime.bind.parse().unwrap();

log::info!("Server started");
Expand Down

0 comments on commit 79277fb

Please sign in to comment.