mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-02 20:28:38 -04:00
go vet, go fmt
This commit is contained in:
@ -898,7 +898,6 @@ func (i *OFXImport) AddInvTransaction(invtran *ofxgo.InvTransaction, account *Ac
|
||||
t, err = i.GetTransferTran(&tran, account)
|
||||
} else {
|
||||
return errors.New("Unrecognized type satisfying ofxgo.InvTransaction interface: " + (*invtran).TransactionType())
|
||||
return nil
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user