Skip to content

Commit 81d411c

Browse files
committed
code format fix
1 parent 87cd81b commit 81d411c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/analytics/lib/modular/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function initializeAnalytics(app, options) {
7272
*/
7373
export function getGoogleAnalyticsClientId(analytics) {
7474
throw new Error('getGoogleAnalyticsClientId is web-only and not yet supported.');
75-
return analytics
75+
return analytics;
7676
}
7777
/**
7878
* Log a custom event with optional params.

0 commit comments

Comments
 (0)