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 f3f781e commit 587efceCopy full SHA for 587efce
_tools/ruby_h_to_go/lib/ruby_h_to_go/function_definition.rb
@@ -124,7 +124,7 @@ def generate_go_content
124
elsif after_call_function_lines.empty?
125
go_function_lines << "return #{cast_func}(#{call_c_method})"
126
else
127
- go_function_lines << "ret := #{cast_func}(#{call_c_method})"
+ go_function_lines << "ret := #{cast_func}(#{call_c_method})"
128
go_function_lines.push(*after_call_function_lines)
129
go_function_lines << "return ret"
130
end
0 commit comments