Skip to content

Commit f934823

Browse files
committed
Formatting
1 parent bae5c2e commit f934823

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/functions/src/error.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ export class FunctionsError extends FirebaseError {
6161
*/
6262
constructor(
6363
/**
64-
* A standard error code that will be returned to the client. This also
65-
* determines the HTTP status code of the response, as defined in code.proto.
66-
*/
64+
* A standard error code that will be returned to the client. This also
65+
* determines the HTTP status code of the response, as defined in code.proto.
66+
*/
6767
code: FunctionsErrorCode,
6868
message?: string,
6969
/**

0 commit comments

Comments
 (0)