Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rajarshimaitra committed Aug 18, 2023
1 parent 3d76b15 commit 813f6ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/bin/teleport.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ use bitcoin::{
Script, Transaction,
};
use clap::{Parser, Subcommand};
use std::{path::PathBuf, sync::{Arc, RwLock}};
use std::{
path::PathBuf,
sync::{Arc, RwLock},
};

use teleport::{
error::TeleportError,
Expand Down

0 comments on commit 813f6ca

Please sign in to comment.