Skip to content

Commit

Permalink
go fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aliotta committed Jun 22, 2021
1 parent 236f1b9 commit cf5b456
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/testing/testing.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
package testing

import (
"github.com/astronomer/astro-cli/config"
"github.com/astronomer/astro-cli/pkg/httputil"
"github.com/spf13/afero"
"net/http"
"os"
"strings"

"github.com/astronomer/astro-cli/config"
"github.com/astronomer/astro-cli/pkg/httputil"
"github.com/spf13/afero"
)

// RoundTripFunc
Expand Down

0 comments on commit cf5b456

Please sign in to comment.