Skip to content

Commit b224892

Browse files
committed
fix: minor space
1 parent 13edf19 commit b224892

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/db/providers/dynamodb/provider.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ func NewProvider() (*provider, error) {
2626
config := aws.Config{
2727
MaxRetries: aws.Int(3),
2828
CredentialsChainVerboseErrors: aws.Bool(true), // for full error logs
29-
3029
}
3130

3231
if awsRegion != "" {

0 commit comments

Comments
 (0)