Skip to content

Commit 6175dfb

Browse files
committed
fix syntax
1 parent c30138e commit 6175dfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/prometheus/api_client/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def query_range(options)
2222
run_command('query_range', options)
2323
end
2424

25-
def label(tag, options={})
25+
def label(tag, options = {})
2626
run_command("label/#{tag}/values", options)
2727
end
2828

0 commit comments

Comments
 (0)