diff options
author | Robert Speicher <robert@gitlab.com> | 2017-05-10 21:43:34 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2017-05-10 21:43:34 +0000 |
commit | cb2f739d4844af094f62edb4e4dff1b3413a405b (patch) | |
tree | c86ea111756a89d84e0601d554ddc78d3be780d0 /lib/api/groups.rb | |
parent | 000045e6647fd8c2e28b1a6dc12ce59f9bfc054f (diff) | |
parent | 3db37e05622aa3daa2be41bb9edc486cd2e54bcd (diff) | |
download | gitlab-ce-cb2f739d4844af094f62edb4e4dff1b3413a405b.tar.gz |
Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into 'master'
Resolve "Use consistent style for trailing commas"
Closes #27144
See merge request !11063
Diffstat (limited to 'lib/api/groups.rb')
-rw-r--r-- | lib/api/groups.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/groups.rb b/lib/api/groups.rb index 9ccc75681f9..3da7d735da8 100644 --- a/lib/api/groups.rb +++ b/lib/api/groups.rb @@ -24,7 +24,7 @@ module API def present_groups(groups, options = {}) options = options.reverse_merge( with: Entities::Group, - current_user: current_user, + current_user: current_user ) groups = groups.with_statistics if options[:statistics] |