Skip to content

Commit f1d3267

Browse files
Adjust spaces in index.js
1 parent f78b91c commit f1d3267

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {NativeModules, NativeAppEventEmitter, Platform} from 'react-native';
1+
import {NativeModules, NativeAppEventEmitter, Platform} from "react-native";
22
let {Instabug} = NativeModules;
33

44
/**
@@ -18,7 +18,7 @@ module.exports = {
1818
* the SDK's UI.
1919
*/
2020
startWithToken: function (token, invocationEvent) {
21-
Instabug.startWithToken(token, invocationEvent);
21+
Instabug.startWithToken(token, invocationEvent);
2222
},
2323

2424
/**
@@ -500,7 +500,7 @@ module.exports = {
500500
setReportCategories: function (titles) {
501501
if (Platform.OS == 'ios') {
502502
Instabug.setReportCategories(titles, null);
503-
}else if(Platform.OS == 'android') {
503+
} else if (Platform.OS == 'android') {
504504
Instabug.setReportCategories(titles);
505505
}
506506
},

0 commit comments

Comments
 (0)