Commit 9208e761 authored by Jake Lear's avatar Jake Lear

Fix errant indentation and rubocop

parent b2a79514
......@@ -360,7 +360,7 @@ module EE
def gitlab_bot?
strong_memoize(:gitlab_bot) do
bot? && ::Gitlab::Com.gitlab_com_group_member_id?(id)
bot? && ::Gitlab::Com.gitlab_com_group_member_id?(id)
end
end
......
......@@ -1287,7 +1287,6 @@ RSpec.describe User do
end
describe '#gitlab_bot?' do
subject { user.gitlab_bot? }
let_it_be(:gitlab_group) { create(:group, name: 'gitlab-com') }
......
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