Remove consecutive lines

master
Milton Mazzarri 2017-04-08 01:15:35 -05:00
parent 6b3fb0c076
commit 8016eaf6eb
No known key found for this signature in database
GPG Key ID: 9F4193F2B5A558FE
5 changed files with 3 additions and 8 deletions

View File

@ -55,7 +55,6 @@ defmodule Hunter.Account do
:following_count,
:statuses_count]
@doc """
Retrieve account of authenticated user

View File

@ -22,7 +22,4 @@ defmodule Hunter.Card do
@derive [Poison.Encoder]
defstruct [:url, :title, :description, :image]
end

View File

@ -9,5 +9,4 @@ defmodule Hunter.Context do
"""
defstruct [:ancestors, :descendants]
end
end

View File

@ -21,4 +21,4 @@ defmodule Hunter.Instance do
}
defstruct [:uri, :title, :description, :email]
end
end

View File

@ -15,4 +15,4 @@ defmodule Hunter.Tag do
}
defstruct [:name, :url]
end
end