Skip to content

Commit

Permalink
examples: trivial warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlix committed Jan 18, 2022
1 parent d269b4e commit 82df539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/local.rs
Expand Up @@ -7,7 +7,7 @@ SPDX-License-Identifier: GPL-3.0-only OR LGPL-3.0-only

use cardano_ouroboros_network::mux;
use futures::executor::block_on;
use log::{info, error};
use log::info;
use std::env;

mod common;
Expand Down

0 comments on commit 82df539

Please sign in to comment.