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

Commit 3b35349

Browse files
committed
chore(accordion): clean up code style
1 parent 44fd16c commit 3b35349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/accordion/accordion.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ angular.module('ui.bootstrap.accordion', ['ui.bootstrap.collapse'])
3434
// This is called from the accordion-group directive when to remove itself
3535
this.removeGroup = function(group) {
3636
var index = this.groups.indexOf(group);
37-
if ( index !== -1 ) {
37+
if (index !== -1) {
3838
this.groups.splice(index, 1);
3939
}
4040
};

0 commit comments

Comments
 (0)