Commit cdb726ce authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix code review style issues

parent 4d7b44b5
......@@ -38,7 +38,7 @@
- if can?(current_user, :admin_project, project)
= link_to service.title, edit_namespace_project_service_path(project.namespace, project, service)
- else
= chat_name.service.title
= service.title
%td
= chat_name.team_domain
%td
......
......@@ -15,7 +15,7 @@ describe ChatNames::AuthorizeUserService, services: true do
end
context 'when there are missing parameters' do
let(:params) { { } }
let(:params) { {} }
it 'does not request a new token' do
is_expected.to be_nil
......
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