Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit eab230f

Browse files
format
1 parent 1067760 commit eab230f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ export default class extends Controller {
3939
this.checkboxAllTarget.indeterminate = checkboxesCheckedCount > 0 && checkboxesCheckedCount < checkboxesCount
4040
}
4141

42-
get checked() {
42+
get checked () {
4343
return this.checkboxTargets.filter(checkbox => checkbox.checked)
4444
}
4545

46-
get unchecked() {
46+
get unchecked () {
4747
return this.checkboxTargets.filter(checkbox => !checkbox.checked)
4848
}
4949
}

0 commit comments

Comments
 (0)