Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnlon committed May 8, 2024
1 parent de4d1d1 commit 2d66c72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/formatters/fmt_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ func (f *Events) step(pickle *messages.Pickle, pickleStep *messages.PickleStep)
if pickleStepResult.Err != nil {
errMsg = pickleStepResult.Err.Error()
}
// JL

if pickleStepResult.Attachments != nil {
for _, attachment := range pickleStepResult.Attachments {
Expand Down

0 comments on commit 2d66c72

Please sign in to comment.