From 6d53cbeb2502602d1bab0fd11f63d203f61b507a Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 26 Jul 2022 12:36:07 -0700 Subject: [PATCH] Fix fmt error --- bdk-ffi-bindgen/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdk-ffi-bindgen/src/main.rs b/bdk-ffi-bindgen/src/main.rs index a2748bf..500669c 100644 --- a/bdk-ffi-bindgen/src/main.rs +++ b/bdk-ffi-bindgen/src/main.rs @@ -1,8 +1,8 @@ +use camino::Utf8Path; use std::fmt; use std::path::{Path, PathBuf}; use std::str::FromStr; use structopt::StructOpt; -use camino::Utf8Path; #[derive(Debug, PartialEq)] pub enum Language {