Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 790d6b9

Browse files
committed
chore(tabs): fix code style
1 parent 3492c26 commit 790d6b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tabs/tabs.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ angular.module('ui.bootstrap.tabs', [])
3232
tab.active = true;
3333
} else if (tab.active) {
3434
ctrl.select(tab);
35-
}
36-
else {
35+
} else {
3736
tab.active = false;
3837
}
3938
};

0 commit comments

Comments
 (0)