Remove redundant return in Clusters::CreateService
This commit is contained in:
parent
61a327e369
commit
c407d611a9
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module Clusters
|
|||
end
|
||||
|
||||
def can_create_cluster?
|
||||
return project.clusters.empty?
|
||||
project.clusters.empty?
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue