Skip to content

Commit 4ab5516

Browse files
committed
wip - another minor formatting fix
1 parent 1a91f1f commit 4ab5516

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/sentry/envelope.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ defmodule Sentry.Envelope do
1515
@type t() :: %__MODULE__{
1616
event_id: UUID.t(),
1717
items: [
18-
Event.t() | Attachment.t() | CheckIn.t() | ClientReport.t() | Transaction.t()
18+
Attachment.t() | CheckIn.t() | ClientReport.t() | Event.t() | Transaction.t()
1919
]
2020
}
2121

0 commit comments

Comments
 (0)