File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
client-cardano-database-v2/src
client-cardano-database/src Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
//!
5
5
//! A [FeedbackReceiver] using [indicatif] is used to nicely report the progress to the console.
6
6
7
- use anyhow:: { anyhow , Context } ;
7
+ use anyhow:: { Context , anyhow } ;
8
8
use async_trait:: async_trait;
9
9
use clap:: Parser ;
10
10
use futures:: Future ;
Original file line number Diff line number Diff line change 4
4
//!
5
5
//! A [FeedbackReceiver] using [indicatif] is used to nicely report the progress to the console.
6
6
7
- use anyhow:: { anyhow , Context } ;
7
+ use anyhow:: { Context , anyhow } ;
8
8
use async_trait:: async_trait;
9
9
use clap:: Parser ;
10
10
use futures:: Future ;
Original file line number Diff line number Diff line change
1
+ style_edition = " 2024"
1
2
array_width =70
2
3
chain_width =70
You can’t perform that action at this time.
0 commit comments