Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Sep 28, 2020
1 parent a165903 commit 81e9470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh/examples/zenoh-net/zn_pub.rs
Expand Up @@ -11,8 +11,8 @@
// Contributors:
// ADLINK zenoh team, <zenoh@adlink-labs.tech>
//
use clap::{App, Arg};
use async_std::task::sleep;
use clap::{App, Arg};
use std::time::Duration;
use zenoh::net::*;

Expand Down

0 comments on commit 81e9470

Please sign in to comment.