Skip to content

Commit 4af6579

Browse files
committed
tapsend: fix formatting
1 parent 9917c9e commit 4af6579

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tapsend/send_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2421,8 +2421,7 @@ func TestValidateAnchorOutputs(t *testing.T) {
24212421

24222422
vOutCommitmentProof := proof.CommitmentProof{
24232423
Proof: commitment.Proof{
2424-
TaprootAssetProof: commitment.
2425-
TaprootAssetProof{
2424+
TaprootAssetProof: commitment.TaprootAssetProof{
24262425
Version: asset1Commitment.Version,
24272426
},
24282427
},

0 commit comments

Comments
 (0)