summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSara Ahbabou <sahbabou@gitab.com>2019-04-11 17:59:21 -0700
committerSara Ahbabou <sahbabou@gitab.com>2019-04-11 17:59:21 -0700
commitea4a6a9ef0dfe8212ee6161b4c1da4b46779bef4 (patch)
treec8d1debe9c9579ee3e3095361ab250635bcd87f5
parent2dfc0960b6c6436ed7c209c4ab1c1bf69d208520 (diff)
downloadgitlab-ce-fix-api-group-visibility.tar.gz
Removed empty linefix-api-group-visibility
-rw-r--r--app/services/groups/create_service.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/services/groups/create_service.rb b/app/services/groups/create_service.rb
index 79bc1fd2a34..8f1f25a7307 100644
--- a/app/services/groups/create_service.rb
+++ b/app/services/groups/create_service.rb
@@ -73,6 +73,5 @@ module Groups
def visibility_level
params[:visibility].present? ? Gitlab::VisibilityLevel.level_value(params[:visibility]) : params[:visibility_level]
end
-
end
end