Skip to content

Commit 0f48b6d

Browse files
committed
prettier
1 parent b788776 commit 0f48b6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/firestore/test/integration/util/settings.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ function parseTargetBackend(targetBackend: string): TargetBackend {
7373
case 'prod':
7474
return TargetBackend.PROD;
7575
default:
76-
throw Error(`Unknown backend configuration ${targetBackend} used for integration tests.`);
76+
throw Error(
77+
`Unknown backend configuration ${targetBackend} used for integration tests.`
78+
);
7779
}
7880
}
7981

0 commit comments

Comments
 (0)