Skip to content

Commit baf279c

Browse files
committed
chore: use squiggly heredocs and fix indentation
1 parent 3ae728f commit baf279c

File tree

5 files changed

+364
-364
lines changed

5 files changed

+364
-364
lines changed

test/helper.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ def rake_system_dir
9696
FileUtils.mkdir_p @system_dir
9797

9898
open File.join(@system_dir, "sys1.rake"), "w" do |io|
99-
io << <<-SYS
100-
task "sys1" do
101-
puts "SYS1"
102-
end
99+
io << <<~SYS
100+
task "sys1" do
101+
puts "SYS1"
102+
end
103103
SYS
104104
end
105105

0 commit comments

Comments
 (0)