From 54389d8f93d4ad8eb237e2589b89337be2df78f0 Mon Sep 17 00:00:00 2001 From: Saurav Sahu Date: Fri, 29 Jan 2021 23:22:44 +0530 Subject: [PATCH] fix: linting issues --- test/validator/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/validator/index.ts b/test/validator/index.ts index 5067315354..e58be87a3a 100644 --- a/test/validator/index.ts +++ b/test/validator/index.ts @@ -130,6 +130,6 @@ describe('validate', () => { name: 'test', namespace: 'foreign' }); - }) - }) + }); + }); });