Skip to content

Commit

Permalink
chore: use squiggly heredocs and fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdb committed Oct 1, 2024
1 parent 3ae728f commit baf279c
Show file tree
Hide file tree
Showing 5 changed files with 364 additions and 364 deletions.
8 changes: 4 additions & 4 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ def rake_system_dir
FileUtils.mkdir_p @system_dir

open File.join(@system_dir, "sys1.rake"), "w" do |io|
io << <<-SYS
task "sys1" do
puts "SYS1"
end
io << <<~SYS
task "sys1" do
puts "SYS1"
end
SYS
end

Expand Down
Loading

0 comments on commit baf279c

Please sign in to comment.