Commit c407d611 authored by Matija Čupić's avatar Matija Čupić

Remove redundant return in Clusters::CreateService

parent 61a327e3
...@@ -29,7 +29,7 @@ module Clusters ...@@ -29,7 +29,7 @@ module Clusters
end end
def can_create_cluster? def can_create_cluster?
return project.clusters.empty? project.clusters.empty?
end end
end end
end end
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