Skip to content

Commit f98f481

Browse files
committed
MINOR: gofumpt: make changes for new gofumpt
1 parent 0814bf1 commit f98f481

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

handlers/transaction.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ func (h *DeleteTransactionHandlerImpl) Handle(params transactions.DeleteTransact
8686
return transactions.NewDeleteTransactionDefault(int(*e.Code)).WithPayload(e)
8787
}
8888
err = configuration.DeleteTransaction(params.ID)
89-
9089
if err != nil {
9190
e := misc.HandleError(err)
9291
if strings.HasSuffix(*e.Message, "does not exist") {

0 commit comments

Comments
 (0)