Skip to content

Commit

Permalink
rm new line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Aug 23, 2024
1 parent e9d5d16 commit 7a8df9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/dynamodb/snapshot/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func (s *Store) findRecentExport(ctx context.Context, s3FilePath string) (*strin

func (s *Store) listExports(ctx context.Context, tableARN string) ([]types.ExportSummary, error) {
var out []types.ExportSummary

var nextToken *string
for {
exports, err := s.dynamoDBClient.ListExports(ctx, &dynamodb.ListExportsInput{
Expand Down

0 comments on commit 7a8df9e

Please sign in to comment.