Skip to content

Commit

Permalink
fixlint
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Sep 28, 2024
1 parent 4da07f3 commit af5abb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dynamodb/dynamodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af5abb0

Please sign in to comment.