Skip to content

Commit 9d07a54

Browse files
authored
Merge branch 'master' into datadog-api-spec/generated/3308
2 parents e80913f + 58be898 commit 9d07a54

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)