Skip to content

Commit f5e3bf3

Browse files
committed
Fix formatting
1 parent 0632d9c commit f5e3bf3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

analytics/src/analytics_desktop.cc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,8 @@ LogLevel ConvertAnalyticsLogLevelToFirebaseLogLevel(
411411
}
412412
}
413413

414-
415-
void GoogleAnalyticsWrapperLogCallback(
416-
GoogleAnalytics_LogLevel log_level, const char* message) {
414+
void GoogleAnalyticsWrapperLogCallback(GoogleAnalytics_LogLevel log_level,
415+
const char* message) {
417416
LogCallback callback_to_call;
418417

419418
{

0 commit comments

Comments
 (0)