Skip to content

Commit cab46d6

Browse files
committed
chore: improve the expo plugin indentation
1 parent 4c02015 commit cab46d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/ios/withCustomAppDelegate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function selectStrings(language) {
2323
},
2424
return: {
2525
anchor: /-\s*\(BOOL\)\s*application:\s*\(UIApplication\s*\*\)\s*application\s+openURL:\s*\(NSURL\s*\*\)\s*url\s+options:\s*\(NSDictionary<UIApplicationOpenURLOptionsKey,\s*id>\s*\*\)\s*options\s*\{/,
26-
newSrc: ' BOOL handled = [LineLogin application:application open:url options:options];\n if (handled) {\n return YES;\n }',
26+
newSrc: ' BOOL handled = [LineLogin application:application open:url options:options];\n if (handled) {\n return YES;\n }',
2727
},
2828
}
2929
}

0 commit comments

Comments
 (0)