Skip to content

Commit

Permalink
chore: lint code
Browse files Browse the repository at this point in the history
Signed-off-by: TripleZ <[email protected]>
  • Loading branch information
Triple-Z committed Sep 15, 2024
1 parent c355ccb commit 8ceb05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/wechat/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func getTxType(tt string) TxType {
return TxTypeFamilyCard
} else if strings.Contains(tt, string(TxTypeSponsorCode)) {
return TxTypeSponsorCode
} else if strings.Contains(tt, string(TxTypeOther)){
} else if strings.Contains(tt, string(TxTypeOther)) {
return TxTypeOther
} else {
return TxTypeUnknown
Expand Down

0 comments on commit 8ceb05e

Please sign in to comment.