Skip to content

Commit a116e97

Browse files
committed
Fix up formatting on main
1 parent 6712db1 commit a116e97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/ruby_syntax_fixtures_test.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
module SyntaxTree
66
class RubySyntaxFixturesTest < Minitest::Test
7-
Dir[File.expand_path("ruby-syntax-fixtures/**/*.rb", __dir__)].each do |file|
7+
Dir[
8+
File.expand_path("ruby-syntax-fixtures/**/*.rb", __dir__)
9+
].each do |file|
810
define_method "test_ruby_syntax_fixtures_#{file}" do
911
refute_nil(SyntaxTree.parse(SyntaxTree.read(file)))
1012
end

0 commit comments

Comments
 (0)