Skip to content

Commit f764e0f

Browse files
Add missed comma and adjust code formatting
1 parent 33dd6d3 commit f764e0f

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
@@ -661,11 +661,11 @@ module.exports = {
661661
Instabug.setViewHirearchyEnabled(viewHirearchyEnabled);
662662
},
663663

664-
setSurveysEnabled: function(surveysEnabled) {
664+
setSurveysEnabled: function (surveysEnabled) {
665665
Instabug.setSurveysEnabled(surveysEnabled)
666666
},
667667

668-
showSurveysIfAvailable: function() {
668+
showSurveysIfAvailable: function () {
669669
Instabug.showSurveysIfAvailable()
670670
},
671671

@@ -691,7 +691,7 @@ module.exports = {
691691

692692
Instabug.setDidDismissSurveyHandler(didDismissSurveyHandler);
693693
}
694-
}
694+
},
695695

696696
/**
697697
* The event used to invoke the feedback form

0 commit comments

Comments
 (0)