Project

General

Profile

« Previous | Next » 

Revision 9d43fc71

Added by Michael Moll almost 6 years ago

Fixes #19789 - fix Layout/SpaceAroundOperators cop

View differences:

lib/proxy_api/realm.rb
module ProxyAPI
class Realm < Resource
def initialize(args)
@url = "#{args[:url]}/realm/#{args[:realm_name]}"
@url = "#{args[:url]}/realm/#{args[:realm_name]}"
super args
end

Also available in: Unified diff