Skip to content

Commit

Permalink
main: Fix use order
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric authored and joaoantoniocardoso committed Dec 12, 2024
1 parent d5d5b26 commit 16a9a0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use anyhow::*;
use tracing::*;

use mavlink_server::{cli, hub, logger, web};
use tracing::*;

#[tokio::main(flavor = "multi_thread", worker_threads = 10)]
async fn main() -> Result<()> {
Expand Down

0 comments on commit 16a9a0c

Please sign in to comment.