Skip to content

Commit

Permalink
better formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Feb 7, 2024
1 parent be83f93 commit 72fb0ed
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 82 deletions.
2 changes: 1 addition & 1 deletion lib/trailblazer/workflow/state/discovery.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def self.readable_name_for_catch_event(position, envelope_icon: false, lane_icon
lane_label = "#{lane_name}:"
lane_label = lane_icons[lane_name] if lane_icons.key?(lane_name)

"#{lane_label} #{envelope_icon}[#{position[:comment][1]}]"
"#{lane_label} #{envelope_icon}#{position[:comment][1]}"
end

def self.readable_name_for_resume_event(position, tuple: false, lane_icons: {})
Expand Down
Loading

0 comments on commit 72fb0ed

Please sign in to comment.