Skip to content

Commit 79429fb

Browse files
fix: PR comments
Co-authored-by: Ahmed Elrefaey <[email protected]>
1 parent 401f712 commit 79429fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/instabug/reactlibrary/RNInstabugAPMModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ private void networkLogAndroid(final double requestStartTime,
343343
if (method != null) {
344344
method.invoke(
345345
networkLogger,
346-
(long) requestStartTime*1000,
346+
(long) requestStartTime * 1000,
347347
(long) requestDuration,
348348
requestHeaders,
349349
requestBody,

0 commit comments

Comments
 (0)