Skip to content

Commit 58367e1

Browse files
committed
Fix formatting
1 parent b95a71c commit 58367e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/firestore/src/remote/rest_connection.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ export abstract class RestConnection implements Connection {
101101
this.modifyHeadersForRequest(headers, authToken, appCheckToken);
102102

103103
const { host } = new URL(url);
104-
const forwardCredentials =
105-
isCloudWorkstation(host);
104+
const forwardCredentials = isCloudWorkstation(host);
106105
return this.performRPCRequest<Req, Resp>(
107106
rpcName,
108107
url,

0 commit comments

Comments
 (0)