From 9b9c48a494f93be922f7434e5e535246d069a3e3 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 17 Mar 2021 10:30:59 +0100 Subject: [PATCH] linting --- libs/remix-ui/file-explorer/src/lib/file-explorer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-ui/file-explorer/src/lib/file-explorer.tsx b/libs/remix-ui/file-explorer/src/lib/file-explorer.tsx index 7bdb3e32513..fed5580a7c1 100644 --- a/libs/remix-ui/file-explorer/src/lib/file-explorer.tsx +++ b/libs/remix-ui/file-explorer/src/lib/file-explorer.tsx @@ -1080,7 +1080,7 @@ function packageFiles (filesProvider, directory, callback) { }, async (error) => { try { const json = await filesProvider.copyFolderToJson(directory) - ret['project.json'] = { content: JSON.stringify(json, null, '\t') } + ret['project.json'] = { content: JSON.stringify(json, null, '\t') } } catch (e) { console.log(e) }