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

Commit

Permalink
Add comma after the last item of a multiline hash
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalkr132 committed Aug 30, 2016
1 parent 63fc306 commit d00c724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler_api/metriks.rb
Original file line number Diff line number Diff line change
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 d00c724

Please sign in to comment.