Skip to content

Commit

Permalink
Add missing spaces (via deepsource).
Browse files Browse the repository at this point in the history
  • Loading branch information
da4089 committed Apr 30, 2020
1 parent b270a91 commit aaa1263
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simplefix/constants.py
Expand Up @@ -963,9 +963,9 @@

# Tag 423
TAG_PRICETYPE = b'423'
PRICETYPE_PERCENTAGE= b'1'
PRICETYPE_PER_UNIT= b'2'
PRICETYPE_FIXED_AMOUNT= b'3'
PRICETYPE_PERCENTAGE = b'1'
PRICETYPE_PER_UNIT = b'2'
PRICETYPE_FIXED_AMOUNT = b'3'

# Tag 434
TAG_CXLREJRESPONSETO = b'434'
Expand Down

0 comments on commit aaa1263

Please sign in to comment.