Skip to content

Commit

Permalink
Last linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tensibai authored and bastien-jove-cbp committed May 21, 2019
1 parent fa65c2f commit 0014ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/base_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def initialize(node, resource, load_balancer, partition = 'Common')
@node = node
@resource = resource
@load_balancer = load_balancer
@partition = partition[%r{/?([^/]+)/?},1]
@partition = partition[%r{/?([^/]+)/?}, 1]

# local module aliases reduce repetetive call chains
# rubocop:disable Naming/VariableName
Expand Down

0 comments on commit 0014ceb

Please sign in to comment.