Skip to content

Commit 1aace8a

Browse files
committed
format
1 parent 17fed4f commit 1aace8a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/vertexai/src/api.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ declare module '@firebase/component' {
4242
*
4343
* @param app - The {@link @firebase/app#FirebaseApp} to use.
4444
*/
45-
export function getVertexAI(
46-
app: FirebaseApp = getApp()
47-
): VertexAI {
45+
export function getVertexAI(app: FirebaseApp = getApp()): VertexAI {
4846
app = getModularInstance(app);
4947
// Dependencies
5048
const vertexProvider: Provider<'vertex'> = _getProvider(app, VERTEX_TYPE);

0 commit comments

Comments
 (0)