Skip to content

Commit 718dfec

Browse files
committed
🎨 Add proper indentation to the method
1 parent 7e3d97a commit 718dfec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,8 +960,8 @@ public void setPostInvocationHandler(final Callback postInvocationHandler) {
960960
@Override
961961
public void onSdkDismissed(DismissType issueState, Bug.Type bugType) {
962962
WritableMap params = Arguments.createMap();
963-
params.putString("issueState",issueState.toString());
964-
params.putString("bugType",bugType.toString());
963+
params.putString("issueState", issueState.toString());
964+
params.putString("bugType", bugType.toString());
965965
sendEvent(getReactApplicationContext(), "IBGpostInvocationHandler", params);
966966
}
967967
});

0 commit comments

Comments
 (0)