Skip to content

Commit

Permalink
gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
sredny buitrago authored and sredny buitrago committed Nov 23, 2024
1 parent a859b54 commit d84594c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pumps/sql.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ import (
"encoding/hex"
"errors"
"fmt"
"sync"

"github.com/TykTechnologies/tyk-pump/analytics"
"github.com/mitchellh/mapstructure"
"gopkg.in/vmihailenco/msgpack.v2"
"gorm.io/gorm/clause"
"sync"

"gorm.io/driver/mysql"
"gorm.io/driver/postgres"
Expand Down

0 comments on commit d84594c

Please sign in to comment.