Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbc96 committed Nov 4, 2024
1 parent eb189b7 commit 8190ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pkg/proxy/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ import (
"fmt"
"os"

"github.com/samber/lo"

"github.com/aws/aws-sdk-go-v2/aws"
"github.com/oscarbc96/agbridge/pkg/awsutils"
"github.com/samber/lo"
"gopkg.in/yaml.v3"
)

Expand Down
3 changes: 1 addition & 2 deletions pkg/proxy/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ package proxy
import (
"os"

"github.com/oscarbc96/agbridge/pkg/awsutils"

"github.com/jedib0t/go-pretty/v6/table"
"github.com/oscarbc96/agbridge/pkg/awsutils"
)

type AWSConfigInfo struct {
Expand Down

0 comments on commit 8190ae1

Please sign in to comment.