Skip to content

Commit

Permalink
fix: lint trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Feb 28, 2025
1 parent 3ff92f4 commit 3379efa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/btcstaking/types/btc_delegation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ func FuzzBTCDelegation_SlashingTx(f *testing.F) {
}

func TestGetStatus(t *testing.T) {

covenantQuorum := 1
tcs := []struct {
title string
Expand Down Expand Up @@ -316,5 +315,4 @@ func TestGetStatus(t *testing.T) {
require.Equal(t, tc.expStatus, actStatus)
})
}

}

0 comments on commit 3379efa

Please sign in to comment.