Skip to content

Commit 9a082d9

Browse files
author
Athira M
committed
Format fix
1 parent 84ba36e commit 9a082d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/remote-config/src/abt/experiment.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ export class Experiment {
8989
analytics.setUserProperties(customProperty);
9090
analytics.logEvent(`set_firebase_experiment_state`);
9191
} else {
92-
this.logger.warn(`Analytics import failed. Verify if you have imported Firebase Analytics in your app code.`);
92+
this.logger.warn(
93+
`Analytics import failed. Verify if you have imported Firebase Analytics in your app code.`
94+
);
9395
}
9496
} catch (error) {
9597
throw ERROR_FACTORY.create(ErrorCode.ANALYTICS_UNAVAILABLE, {

0 commit comments

Comments
 (0)