Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiascadee committed Dec 13, 2023
1 parent 430c391 commit 511b492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_exact/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class TransactionLinesStream(ExactSyncStream):
Property("Timestamp", IntegerType),
Property("Account", StringType),
Property("AccountCode", StringType),
Property("AccountName ", StringType),
Property("AccountName", StringType),
Property("AmountDC", NumberType),
Property("AmountFC", NumberType),
Property("AmountVATBaseFC", NumberType),
Expand Down

0 comments on commit 511b492

Please sign in to comment.