From 3013b8c02a97b14499378b80347199de7f7574f9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 7 Jun 2024 08:23:39 +0000 Subject: [PATCH] Code Format --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index bffaa028b..2d5c1b171 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -403,7 +403,7 @@ function addStyle() { addEntry(folderName + '/style', file, name); } }); - } catch { } + } catch {} }); }