summaryrefslogtreecommitdiff
path: root/lib/nola/message.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nola/message.ex')
-rw-r--r--lib/nola/message.ex21
1 files changed, 10 insertions, 11 deletions
diff --git a/lib/nola/message.ex b/lib/nola/message.ex
index b4e76da..1819e77 100644
--- a/lib/nola/message.ex
+++ b/lib/nola/message.ex
@@ -9,15 +9,14 @@ defmodule Nola.Message do
defstruct [
:id,
:text,
- {:transport, :irc},
- :network,
- :account,
- :sender,
- :channel,
- :trigger,
- :replyfun,
- :at,
- {:meta, %{}}
- ]
-
+ {:transport, :irc},
+ :network,
+ :account,
+ :sender,
+ :channel,
+ :trigger,
+ :replyfun,
+ :at,
+ {:meta, %{}}
+ ]
end