Skip to content

Commit 5075a12

Browse files
fix tabulation
1 parent f79f8f8 commit 5075a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syndicate/connection/s3_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def configure_event_source_for_lambda(self, bucket, lambda_arn,
217217
}
218218
}
219219
})
220-
config['LambdaFunctionConfigurations'].append(params)
220+
config['LambdaFunctionConfigurations'].append(params)
221221

222222
self.client.put_bucket_notification_configuration(
223223
Bucket=bucket,

0 commit comments

Comments
 (0)