Skip to content

Commit b8f1ec9

Browse files
committed
minor improvements; linter improvements;
1 parent 301ecad commit b8f1ec9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

framework/cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package main
33
import (
44
"embed"
55
"fmt"
6-
"github.com/smartcontractkit/chainlink-testing-framework/framework/components/s3provider"
76
"io/fs"
87
"log"
98
"os"
@@ -14,6 +13,7 @@ import (
1413
"github.com/urfave/cli/v2"
1514

1615
"github.com/smartcontractkit/chainlink-testing-framework/framework"
16+
"github.com/smartcontractkit/chainlink-testing-framework/framework/components/s3provider"
1717
)
1818

1919
//go:embed observability/*

framework/components/s3provider/minio.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import (
1212
"github.com/docker/go-connections/nat"
1313
"github.com/minio/minio-go/v7"
1414
"github.com/minio/minio-go/v7/pkg/credentials"
15+
1516
"github.com/smartcontractkit/chainlink-testing-framework/framework"
1617
tc "github.com/testcontainers/testcontainers-go"
1718
tcwait "github.com/testcontainers/testcontainers-go/wait"

0 commit comments

Comments
 (0)