Skip to content

Commit 7f46025

Browse files
committed
Fix some tab-space errors in #84
1 parent 8ec816e commit 7f46025

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/util/transaction_utils.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ mod tests {
4040

4141
use bitcoin::blockdata::script::{Script, Builder};
4242
use bitcoin::blockdata::transaction::TxOut;
43-
use bitcoin::util::hash::Sha256dHash;
43+
use bitcoin::util::hash::Sha256dHash;
4444

4545
use hex::decode;
4646

47-
#[test]
47+
#[test]
4848
fn sort_output_by_value() {
4949
let txout1 = TxOut {
5050
value: 100,
@@ -67,7 +67,7 @@ mod tests {
6767
);
6868
}
6969

70-
#[test]
70+
#[test]
7171
fn sort_output_by_script_pubkey() {
7272
let txout1 = TxOut {
7373
value: 100,
@@ -90,7 +90,7 @@ mod tests {
9090
);
9191
}
9292

93-
#[test]
93+
#[test]
9494
fn sort_output_by_bip_test() {
9595
let txout1 = TxOut {
9696
value: 100000000,
@@ -136,7 +136,7 @@ mod tests {
136136

137137
assert_eq!(outputs, expected);
138138
}
139-
)*
139+
)*
140140
}
141141
}
142142

0 commit comments

Comments
 (0)