Skip to content
This repository has been archived by the owner on Mar 14, 2018. It is now read-only.

Commit

Permalink
Auto merge of #177 - sonalkr132:rubocop, r=indirect
Browse files Browse the repository at this point in the history
Add comma after the last item of a multiline hash

Fixes failing travis build.
  • Loading branch information
homu committed Aug 30, 2016
2 parents 63fc306 + d00c724 commit b73cc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler_api/metriks.rb
Expand Up @@ -14,7 +14,7 @@ def initialize(user, token, worker_index = nil)
opts = {
on_error: error_handler,
source: source_name(worker_index),
interval: 10
interval: 10,
}

prefix = ENV.fetch('LIBRATO_METRICS_PREFIX') do
Expand Down

0 comments on commit b73cc4c

Please sign in to comment.