From 9c38a0005faf35c293461732be172630bc3ffd28 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Thu, 10 Nov 2022 19:18:46 +0100 Subject: [PATCH] Formatting Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- plugins/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/index.js b/plugins/index.js index d79c581fff..e22ce743af 100644 --- a/plugins/index.js +++ b/plugins/index.js @@ -4,7 +4,7 @@ function withBridgeDelegate(config, action) { return withMod(config, { platform: "ios", mod: "bridgeDelegate", - action + action, }); } @@ -12,7 +12,7 @@ function withSceneDelegate(config, action) { return withMod(config, { platform: "ios", mod: "sceneDelegate", - action + action, }); }