Skip to content

Commit f3f781e

Browse files
committed
👮 rubocop --autocorrect --only Layout/ElseAlignment
1 parent bb0fe4e commit f3f781e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tools/ruby_h_to_go/lib/ruby_h_to_go/function_definition.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def generate_go_content
123123
go_function_lines.push(*after_call_function_lines)
124124
elsif after_call_function_lines.empty?
125125
go_function_lines << "return #{cast_func}(#{call_c_method})"
126-
else
126+
else
127127
go_function_lines << "ret := #{cast_func}(#{call_c_method})"
128128
go_function_lines.push(*after_call_function_lines)
129129
go_function_lines << "return ret"

0 commit comments

Comments
 (0)