Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
enc committed Apr 26, 2024
1 parent d7ce42b commit 7a2d4f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/provider/data_source_docker_registry_image.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
b64 "encoding/base64"
"encoding/json"
"fmt"
"io"
"io"
"net/http"
"net/url"
"regexp"
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/resource_docker_plugin_funcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"context"
"encoding/json"
"fmt"
"io"
"log"
"io"
"strings"

"github.com/docker/distribution/reference"
Expand Down
2 changes: 1 addition & 1 deletion scripts/testing/v1/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type config struct {
}

func main() {
configsContent, err := os.ReadFile("configs.json")
configsContent, err := os.ReadFile("configs.json")
if err != nil {
log.Fatalf("cannot open 'configs.json': %s", err)
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/testing/v3/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"log"
"net/http"
"os"
"os"
)

const listenAddr = ":8085" // changed here on purpose
Expand Down

0 comments on commit 7a2d4f7

Please sign in to comment.