Skip to content

Commit

Permalink
refactor: Update usage of Clap in Indexer example (#3385)
Browse files Browse the repository at this point in the history
  • Loading branch information
khorolets authored Sep 28, 2020
1 parent 7569a86 commit f0dc6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/indexer/example/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use actix;

use clap::derive::Clap;
use clap::Clap;
use tokio::sync::mpsc;
use tracing::info;

Expand Down

0 comments on commit f0dc6fc

Please sign in to comment.