Skip to content

Commit ca54e54

Browse files
chore: formatting
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ae1a0e8 commit ca54e54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/core/ui/styling/background.ios.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ export namespace ios {
185185

186186
if (imageURI) {
187187
if (typeof imageURI !== 'string') {
188-
callback(null);
189-
return;
190-
}
188+
callback(null);
189+
return;
190+
}
191191
const match = imageURI.match(uriPattern);
192192
if (match && match[2]) {
193193
imageURI = match[2];

0 commit comments

Comments
 (0)