Skip to content

Commit 4f97595

Browse files
committed
Resolved Style/HashSyntax
1 parent 2eb2d98 commit 4f97595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tools/ruby_h_to_go/spec/ruby_h_to_go/function_definition_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205

206206
let(:definition) do
207207
RubyHeaderParser::FunctionDefinition.new(
208-
name: name,
208+
name:,
209209
definition: "",
210210
typeref: typedef(type: "void"),
211211
args: [],

0 commit comments

Comments
 (0)