Skip to content

Commit c88c376

Browse files
committed
fix fmt
1 parent d84b611 commit c88c376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/cardano-blockchain-types/src/cip134_uri.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
use std::fmt::{Display, Formatter};
77

8-
use anyhow::{anyhow, Context, Error, Result};
8+
use anyhow::{Context, Error, Result, anyhow};
99
use pallas_addresses::Address;
1010

1111
/// A URI in the CIP-0134 format.

0 commit comments

Comments
 (0)