Add missing close braces

This commit is contained in:
DevHossamHassan
2017-05-11 20:05:32 +02:00
parent f1d3267aab
commit 9a693900cb
2 changed files with 2 additions and 2 deletions
@@ -632,7 +632,7 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
ArrayList<ReportCategory> bugCategories = new ArrayList<>();
for (String category : categoriesTitles) {
bugCategories.add(ReportCategory.getInstance().withLabel(category);
bugCategories.add(ReportCategory.getInstance().withLabel(category));
}
Instabug.setReportCategories(bugCategories);