Skip to content

Commit b178c59

Browse files
committed
sort enabled ops
1 parent 8bf1b75 commit b178c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.generator/src/generator/templates/example.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
require 'datadog_api_client'
88
{%- if context._enable_operations %}
99
DatadogAPIClient.configure do |config|
10-
{%- for operation in context._enable_operations %}
10+
{%- for operation in context._enable_operations|sort %}
1111
config.unstable_operations["{{ version }}.{{ operation|snake_case }}".to_sym] = true
1212
{%- endfor %}
1313
end

0 commit comments

Comments
 (0)