We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac098d commit 524b744Copy full SHA for 524b744
packages/component/src/provider.ts
@@ -36,7 +36,7 @@ export class Provider<T extends Name> {
36
constructor(
37
private readonly name: T,
38
private readonly container: ComponentContainer
39
- ) { }
+ ) {}
40
41
/**
42
* @param identifier A provider can provide mulitple instances of a service
packages/messaging-types/index.d.ts
@@ -55,5 +55,5 @@ declare module '@firebase/component' {
55
getProvider(name: 'messaging'): Provider<FirebaseMessaging>;
56
}
57
58
- interface Provider { }
+ interface Provider {}
59
0 commit comments