We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53367d commit c1b749bCopy full SHA for c1b749b
google-apis-generator/lib/google/apis/generator/template.rb
@@ -106,7 +106,7 @@ def self.load(template_name)
106
# Name of the template file
107
def initialize(template_name)
108
file = File.join(TEMPLATE_DIR, template_name)
109
- @erb = ERB.new(File.read(file), nil, '-')
+ @erb = ERB.new(File.read(file), trim_mode: "-")
110
end
111
112
# Render the template
0 commit comments