Skip to content

Commit

Permalink
Remove trailing whitespace jantman#390
Browse files Browse the repository at this point in the history
  • Loading branch information
bergkampsliew committed Feb 26, 2019
1 parent 5730ef2 commit 813b9bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awslimitchecker/tests/services/test_dynamodb.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def se_conn(cls):
assert read_capacity_table.limit_type == 'AWS::DynamoDB::Table'
global_secondary_index = limits['Global Secondary Indexes']
assert global_secondary_index.limit_type == 'AWS::DynamoDB::Table'
assert global_secondary_index.default_limit == 20
assert global_secondary_index.default_limit == 20
local_secondary_index = limits['Local Secondary Indexes']
assert local_secondary_index.limit_type == 'AWS::DynamoDB::Table'
assert local_secondary_index.default_limit == 5
Expand Down Expand Up @@ -144,7 +144,7 @@ def se_conn(cls):
assert read_capacity_table.limit_type == 'AWS::DynamoDB::Table'
global_secondary_index = limits['Global Secondary Indexes']
assert global_secondary_index.limit_type == 'AWS::DynamoDB::Table'
assert global_secondary_index.default_limit == 20
assert global_secondary_index.default_limit == 20
local_secondary_index = limits['Local Secondary Indexes']
assert local_secondary_index.limit_type == 'AWS::DynamoDB::Table'
assert local_secondary_index.default_limit == 5
Expand Down

0 comments on commit 813b9bf

Please sign in to comment.