aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils
diff options
context:
space:
mode:
Diffstat (limited to 'packages/order-utils')
-rw-r--r--packages/order-utils/src/index.ts2
-rw-r--r--packages/order-utils/src/parsing_utils.ts4
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/order-utils/src/index.ts b/packages/order-utils/src/index.ts
index e727b3ef7..1553647c6 100644
--- a/packages/order-utils/src/index.ts
+++ b/packages/order-utils/src/index.ts
@@ -46,4 +46,4 @@ export {
FindOrdersThatCoverMakerAssetFillAmountOpts,
FeeOrdersAndRemainingFeeAmount,
OrdersAndRemainingFillAmount,
-} from './types'; \ No newline at end of file
+} from './types';
diff --git a/packages/order-utils/src/parsing_utils.ts b/packages/order-utils/src/parsing_utils.ts
index 73841c1a2..232c54b7b 100644
--- a/packages/order-utils/src/parsing_utils.ts
+++ b/packages/order-utils/src/parsing_utils.ts
@@ -23,5 +23,5 @@ export const orderParsingUtils = {
'expirationTimeSeconds',
'salt',
]);
- }
-} \ No newline at end of file
+ },
+};