Skip to content

Commit d840ad4

Browse files
committed
fix: linting
1 parent ea447c1 commit d840ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www.es6/branch.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ Branch.prototype.setMixpanelToken = function(token) {
9393
*
9494
* @return (Promise)
9595
*/
96-
Branch.prototype.setDebug = function (isEnabled) {
96+
Branch.prototype.setDebug = function(isEnabled) {
9797

9898
isEnabled = (typeof isEnabled !== 'boolean') ? false : isEnabled;
9999

100100
this.debugMode = isEnabled;
101101

102-
return execute('setDebug', [isEnabled]);
102+
return execute('setDebug', [ isEnabled ]);
103103

104104
};
105105

0 commit comments

Comments
 (0)