Skip to content

Commit

Permalink
add newline characters
Browse files Browse the repository at this point in the history
  • Loading branch information
stephsachrajda committed Jun 11, 2024
1 parent 404ab99 commit 9e9c920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruby/lib/ci/queue/output_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ def step(title, collapsed: true)
end

def reopen_previous_step
puts '^^^ +++'
puts '\n^^^ +++'
end

def close_previous_step
puts '^^^ ---'
puts '\n^^^ ---'
end
end
end
Expand Down

0 comments on commit 9e9c920

Please sign in to comment.