Skip to content

Commit a5ab4b8

Browse files
committed
Fix
1 parent fa10ae8 commit a5ab4b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
use {
2-
crate::api_client::ApiClient,
3-
api_client::Observation,
2+
api_client::{
3+
ApiClient,
4+
Observation,
5+
},
46
borsh::BorshDeserialize,
57
clap::Parser,
68
posted_message::PostedMessageUnreliableData,

0 commit comments

Comments
 (0)