Skip to content

Commit

Permalink
Merge pull request hashrocket#231 from hashrocket/autoformat-lib/tile…
Browse files Browse the repository at this point in the history
…x/notifications/notifiers/notifier.ex

Autoformat lib/tilex/notifications/notifiers/notifier.ex
  • Loading branch information
jwworth committed Jan 29, 2018
2 parents 5f9244b + ac15732 commit a27781a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tilex/notifications/notifiers/notifier.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ defmodule Tilex.Notifications.Notifier do

alias Tilex.{Post, Developer, Channel}

@callback handle_post_created(Post.t, Developer.t, Channel.t, url :: String.t) :: any
@callback handle_post_liked(Post.t, Developer.t, url :: String.t) :: any
@callback handle_post_created(Post.t(), Developer.t(), Channel.t(), url :: String.t()) :: any
@callback handle_post_liked(Post.t(), Developer.t(), url :: String.t()) :: any

defmacro __using__(_) do
quote location: :keep do
Expand Down

0 comments on commit a27781a

Please sign in to comment.