Skip to content

Commit 9c38a00

Browse files
Formatting
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 08d9302 commit 9c38a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ function withBridgeDelegate(config, action) {
44
return withMod(config, {
55
platform: "ios",
66
mod: "bridgeDelegate",
7-
action
7+
action,
88
});
99
}
1010

1111
function withSceneDelegate(config, action) {
1212
return withMod(config, {
1313
platform: "ios",
1414
mod: "sceneDelegate",
15-
action
15+
action,
1616
});
1717
}
1818

0 commit comments

Comments
 (0)