Skip to content

Commit a4d384c

Browse files
committed
Fix formatting issue.
1 parent 994b07d commit a4d384c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/v2/providers/https.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ export interface HttpsOptions extends Omit<GlobalOptions, "region" | "enforceApp
5858

5959
/** HTTP functions can override global options and can specify multiple regions to deploy to. */
6060
region?:
61-
| SupportedRegion
62-
| string
63-
| Array<SupportedRegion | string>
64-
| Expression<string>
65-
| ResetValue;
61+
| SupportedRegion
62+
| string
63+
| Array<SupportedRegion | string>
64+
| Expression<string>
65+
| ResetValue;
6666

6767
/** If true, allows CORS on requests to this function.
6868
* If this is a `string` or `RegExp`, allows requests from domains that match the provided value.

0 commit comments

Comments
 (0)