Commit 9eec4984 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Properly indent method chains

parent ec103f1c
......@@ -30,7 +30,8 @@
getActiveIds() {
let selected = [];
this.$wrap.find('input[name^="protected_branch[merge_access_levels_attributes]"]')
this.$wrap
.find('input[name^="protected_branch[merge_access_levels_attributes]"]')
.map((i, el) => {
const $el = $(el);
selected.push({
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment