Skip to content

Commit 587efce

Browse files
committed
👮 rubocop --autocorrect --only Layout/IndentationWidth
1 parent f3f781e commit 587efce

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
@@ -124,7 +124,7 @@ def generate_go_content
124124
elsif after_call_function_lines.empty?
125125
go_function_lines << "return #{cast_func}(#{call_c_method})"
126126
else
127-
go_function_lines << "ret := #{cast_func}(#{call_c_method})"
127+
go_function_lines << "ret := #{cast_func}(#{call_c_method})"
128128
go_function_lines.push(*after_call_function_lines)
129129
go_function_lines << "return ret"
130130
end

0 commit comments

Comments
 (0)