Skip to content

Commit 3790bcc

Browse files
authored
Add missing semicolon
1 parent 352c9ba commit 3790bcc

File tree

1 file changed

+1
-1
lines changed
  • AndroidSDKCore/src/main/java/com/leanplum/internal

1 file changed

+1
-1
lines changed

AndroidSDKCore/src/main/java/com/leanplum/internal/Request.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ private RequestsWithEncoding getRequestsWithEncodedString() {
534534
if (localErrors.size() != 0) {
535535
requestsWithEncoding = getRequestsWithEncodedStringForErrors();
536536
} else {
537-
requestsWithEncoding = getRequestsWithEncodedStringStoredRequests()
537+
requestsWithEncoding = getRequestsWithEncodedStringStoredRequests();
538538
}
539539

540540
return requestsWithEncoding;

0 commit comments

Comments
 (0)