Skip to content

Commit b5b2955

Browse files
committed
[functions] Prettier
1 parent acffa4d commit b5b2955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/useHttpsCallable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
httpsCallable,
44
HttpsCallableResult,
55
} from 'firebase/functions';
6-
import { useState, useCallback } from 'react';
6+
import { useCallback, useState } from 'react';
77

88
export type HttpsCallableHook<
99
RequestData = unknown,

0 commit comments

Comments
 (0)