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