Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbornsteinMOOV committed Sep 21, 2023
1 parent 746aeb3 commit 3c3ebd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module github.com/moov-io/ach-test-harness

go 1.19
go 1.20.1

require (
github.com/evanphx/json-patch v4.11.0+incompatible
Expand Down
5 changes: 3 additions & 2 deletions pkg/response/batch_mirror.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ package response
import (
"bytes"
"fmt"
"github.com/moov-io/ach"
"github.com/moov-io/ach-test-harness/pkg/service"
"path/filepath"
"sort"
"time"

"github.com/moov-io/ach"
"github.com/moov-io/ach-test-harness/pkg/service"
)

// batchMirror is an object that will save batches
Expand Down

0 comments on commit 3c3ebd5

Please sign in to comment.