From 12bf148874f3dc6a9b6f4dcd62cff6f410278a9a 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 7bdb3e3251..fed5580a7c 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) }