Commit 292473e7 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Add empty lines between guards

parent fa69405c
......@@ -31,7 +31,9 @@ class SubscriptionsController < ApplicationController
def buy_minutes
return render_404 unless Feature.enabled?(:new_route_ci_minutes_purchase, default_enabled: :yaml)
@group = current_user.manageable_groups.top_most.find(params[:namespace_id])
return render_404 if @group.nil?
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