From af5abb0559feb3df00ee7e55e8a51cef2c157c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Sat, 28 Sep 2024 11:04:18 +0200 Subject: [PATCH] fixlint --- modules/dynamodb/dynamodb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dynamodb/dynamodb.go b/modules/dynamodb/dynamodb.go index eb0a351a8e..62a6938efe 100644 --- a/modules/dynamodb/dynamodb.go +++ b/modules/dynamodb/dynamodb.go @@ -64,7 +64,7 @@ func (c *DynamoDBContainer) ConnectionString(ctx context.Context) (string, error return "", err } - return hostIP+":"+mappedPort.Port(), nil + return hostIP + ":" + mappedPort.Port(), nil } // WithSharedDB allows container reuse between successive runs. Data will be persisted