Ran cargo fmt

This commit is contained in:
junderw
2023-06-29 15:48:40 -07:00
committed by Mononaut
parent 8cb5d8db3d
commit 8767305966
3 changed files with 15 additions and 14 deletions

View File

@@ -9,4 +9,4 @@ pub struct ThreadTransaction {
pub sigops: u32,
pub effective_fee_per_vsize: f64,
pub inputs: Vec<u32>,
}
}