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