Skip to content

Commit 22b6f99

Browse files
committed
formatting
1 parent 2dad266 commit 22b6f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolkit/data-sources/dolos/src/client/conversions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
use crate::{DataSourceError, Result};
12
use blockfrost_openapi::models::block_content::BlockContent;
23
use sidechain_domain::*;
3-
use crate::{Result, DataSourceError};
44

55
pub fn from_block_content(value: BlockContent) -> Result<MainchainBlock> {
66
Ok(MainchainBlock {

0 commit comments

Comments
 (0)