Skip to content

Commit d807142

Browse files
committed
👮 rubocop --autocorrect --only Layout/IndentationConsistency
1 parent 587efce commit d807142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_tools/ruby_h_to_go/lib/ruby_h_to_go/function_definition.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ def generate_go_content
125125
go_function_lines << "return #{cast_func}(#{call_c_method})"
126126
else
127127
go_function_lines << "ret := #{cast_func}(#{call_c_method})"
128-
go_function_lines.push(*after_call_function_lines)
129-
go_function_lines << "return ret"
128+
go_function_lines.push(*after_call_function_lines)
129+
go_function_lines << "return ret"
130130
end
131131

132132
go_function_lines << "}"

0 commit comments

Comments
 (0)