Skip to content

Commit 56de502

Browse files
committed
Format code.
1 parent c6cf8f6 commit 56de502

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

analytics/src/analytics_desktop.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ void Initialize(const App& app) {
6464
std::vector<std::vector<unsigned char>> allowed_hashes;
6565
std::vector<unsigned char> current_hash;
6666
current_hash.assign(FirebaseAnalytics_WindowsDllHash,
67-
FirebaseAnalytics_WindowsDllHash + sizeof(FirebaseAnalytics_WindowsDllHash));
67+
FirebaseAnalytics_WindowsDllHash +
68+
sizeof(FirebaseAnalytics_WindowsDllHash));
6869
allowed_hashes.push_back(current_hash);
6970

7071
g_analytics_module =

0 commit comments

Comments
 (0)