Skip to content

Commit b0264c0

Browse files
authored
remove trailing spaces
1 parent 455cd47 commit b0264c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ruby/private/binary_wrapper.tpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ require 'rbconfig'
2222

2323
# Ruby 2.4 and older does not have +.children+
2424
# So we define it.
25-
unless Dir.respond_to?(:children)
26-
Dir.class.send :define_method, :children do |dir|
27-
Dir.entries(dir).reject { |entry| %w(. ..).include?(entry) }
28-
end
25+
unless Dir.respond_to?(:children)
26+
Dir.class.send :define_method, :children do |dir|
27+
Dir.entries(dir).reject { |entry| %w(. ..).include?(entry) }
28+
end
2929
end
3030

3131
def find_runfiles

0 commit comments

Comments
 (0)