From e8263245d2a85bf8545f5bd2d8fd4b3117238626 Mon Sep 17 00:00:00 2001 From: MitulDavid Date: Tue, 21 Sep 2021 08:47:35 +0530 Subject: [PATCH] style: Fix sider issues --- cypress/plugins/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cypress/plugins/index.js b/cypress/plugins/index.js index c08f9e594c..9720faa666 100644 --- a/cypress/plugins/index.js +++ b/cypress/plugins/index.js @@ -12,6 +12,6 @@ // the project's config changing) module.exports = (on, config) => { - require('@cypress/code-coverage/task')(on, config) - return config -} \ No newline at end of file + require('@cypress/code-coverage/task')(on, config); + return config; +}; \ No newline at end of file