diff options
author | Andrey Kumanyaev <me@zzet.org> | 2013-03-21 01:46:30 +0400 |
---|---|---|
committer | Andrey Kumanyaev <me@zzet.org> | 2013-05-05 18:02:02 +0400 |
commit | b1b354b0f86daae9a2cf19869dd3e6cb2d9ffd5e (patch) | |
tree | 237608f2f66462280134f7bf6f4e9ba8b571bfa0 /lib/api/groups.rb | |
parent | 67ccc8b52aceebea9c0cb22b3277daf0b467c78e (diff) | |
download | gitlab-ce-b1b354b0f86daae9a2cf19869dd3e6cb2d9ffd5e.tar.gz |
remove trailing spaces
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 52fa8eff33c..efdbeb176c6 100644 --- a/lib/api/groups.rb +++ b/lib/api/groups.rb @@ -70,7 +70,7 @@ module Gitlab else not_found! end - end + end end end end |