Skip to content

Commit

Permalink
fix: indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Aug 10, 2023
1 parent d9382e9 commit 7b955ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/testcontainersdocker/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func NewClient(ctx context.Context, ops ...client.Opt) (*client.Client, error) {

opts = append(opts, client.WithHTTPHeaders(
map[string]string{
"x-tc-sid": testcontainerssession.String(),
"x-tc-sid": testcontainerssession.String(),
"User-Agent": "tc-go/" + internal.Version,
}),
)
Expand Down

0 comments on commit 7b955ba

Please sign in to comment.