Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
tido64 and github-actions[bot] authored Nov 10, 2022
1 parent 08d9302 commit 9c38a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ function withBridgeDelegate(config, action) {
return withMod(config, {
platform: "ios",
mod: "bridgeDelegate",
action
action,
});
}

function withSceneDelegate(config, action) {
return withMod(config, {
platform: "ios",
mod: "sceneDelegate",
action
action,
});
}

Expand Down

0 comments on commit 9c38a00

Please sign in to comment.