summaryrefslogtreecommitdiff
path: root/lib/exirc/irc_message.ex
diff options
context:
space:
mode:
authorJeff Weiss <jeff.weiss@puppetlabs.com>2016-03-29 22:40:07 -0700
committerJeff Weiss <jeff.weiss@puppetlabs.com>2016-03-29 22:40:07 -0700
commit1ca809736246fc25ce07f45bcbd3eeb787e2adf6 (patch)
tree049bfe413427c90cf36beaa82eaf8031f8318801 /lib/exirc/irc_message.ex
parentprefer Elixir module variants over Erlang ones (diff)
Prefer Keyword list syntax for Map key-value pairs
Prior to this commit exirc had inconsistent formatting for Map key-value pairs, some cases used the Keyword list style (`key: value`), while other used the traditional Map fat arrow style (`:key => value`). This commit standardizes the codebase on the Keyword list style because 1) all the Map/struct keys are atoms enabling use of the Keyword list style, and 2) the Keyword list style is more compact.
Diffstat (limited to 'lib/exirc/irc_message.ex')
0 files changed, 0 insertions, 0 deletions