aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/utils/order_factory.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/utils/order_factory.ts b/test/utils/order_factory.ts
index 941056c7e..c0d70f39b 100644
--- a/test/utils/order_factory.ts
+++ b/test/utils/order_factory.ts
@@ -37,5 +37,5 @@ export const orderFactory = {
const ecSignature = await zeroEx.signOrderHashAsync(orderHash);
const signedOrder: SignedOrder = _.assign(order, {ecSignature});
return signedOrder;
- }
-}
+ },
+};