summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-05-31 20:39:44 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2017-05-31 20:39:44 -0500
commitbf65c49c699f6f009c0a919a189499e2aca82118 (patch)
treee858c944cb1503f9dfb33dbf6f15a512d8e3fcb2
parent9c71b78145c649740815be7ee4f714d4451892a6 (diff)
downloadgitlab-ce-bf65c49c699f6f009c0a919a189499e2aca82118.tar.gz
Remove unnecesary return
-rw-r--r--app/assets/javascripts/groups/stores/groups_store.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/javascripts/groups/stores/groups_store.js b/app/assets/javascripts/groups/stores/groups_store.js
index fc925172c2f..eaad30638ac 100644
--- a/app/assets/javascripts/groups/stores/groups_store.js
+++ b/app/assets/javascripts/groups/stores/groups_store.js
@@ -4,8 +4,6 @@ export default class GroupsStore {
this.state = {};
this.state.groups = {};
this.state.pageInfo = {};
-
- return this;
}
setGroups(rawGroups, parent = null) {