breautek commented on code in PR #743:
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/743#discussion_r1324722741


##########
src/android/InAppBrowser.java:
##########
@@ -1112,7 +1138,7 @@ private void sendUpdate(JSONObject obj, boolean 
keepCallback) {
     private void sendUpdate(JSONObject obj, boolean keepCallback, 
PluginResult.Status status) {
         if (callbackContext != null) {
             PluginResult result = new PluginResult(status, obj);
-            result.setKeepCallback(keepCallback);
+            result.setKeepCallback(keepCallback);                              
  

Review Comment:
   Cleanup whitespace
   
   ```suggestion
               result.setKeepCallback(keepCallback);
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to