Skip to content

Commit e9cd680

Browse files
committed
chore: fmt
1 parent 6851ae2 commit e9cd680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SDK/Language/Web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ public function getReturn(array $method, array $spec): string
254254
if ($method['type'] === 'webAuth') {
255255
return 'Promise<void | string>';
256256
}
257-
257+
258258
if ($method['type'] === 'location') {
259259
return 'string';
260260
}

0 commit comments

Comments
 (0)