Skip to content

Commit 8179009

Browse files
committed
Update formating for import
1 parent 98bff17 commit 8179009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/functions/src/callable.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import {
3535
import { makeFakeApp, createTestService } from '../test/utils';
3636
import { httpsCallable } from './service';
3737
import { FUNCTIONS_TYPE } from './constants';
38-
import {FunctionsError} from './error';
38+
import { FunctionsError } from './error';
3939

4040
// eslint-disable-next-line @typescript-eslint/no-require-imports
4141
export const TEST_PROJECT = require('../../../config/project.json');

0 commit comments

Comments
 (0)