Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix formatting
Browse files Browse the repository at this point in the history
urvisavla committed Oct 19, 2023
1 parent 75ee910 commit 9ce82de
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ func (i *claimableBalanceBatchInsertBuilder) Exec(ctx context.Context, session d
return i.builder.Exec(ctx, session, i.table)
}

func (i *claimableBalanceBatchInsertBuilder) Reset() error{
func (i *claimableBalanceBatchInsertBuilder) Reset() error {
i.builder.Reset()
return nil
}
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@ import (

"github.com/stellar/go/ingest"
"github.com/stellar/go/services/horizon/internal/db2/history"
"github.com/stellar/go/support/errors"
"github.com/stellar/go/support/db"
"github.com/stellar/go/support/errors"
"github.com/stellar/go/xdr"
)

0 comments on commit 9ce82de

Please sign in to comment.