Skip to content

Commit a9f0659

Browse files
committed
👮 rubocop --autocorrect-all --only Style/MutableConstant
1 parent c2c4b38 commit a9f0659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tools/ruby_h_to_go/exe/ruby_h_to_go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DEFAULT_RUBY_HEADER_FILE = File.join(RbConfig::CONFIG["rubyhdrdir"], "ruby.h")
2222
DEFAULT_INCLUDE_PATHS = [
2323
RbConfig::CONFIG["rubyarchhdrdir"],
2424
RbConfig::CONFIG["rubyhdrdir"],
25-
]
25+
].freeze
2626

2727
DEFAULT_DIST_DIR = File.expand_path("../dist", __dir__)
2828

0 commit comments

Comments
 (0)