Skip to content

Commit

Permalink
PRM-5: fix dogma warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelVesnin committed Mar 21, 2017
1 parent 5dca363 commit bf85b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prm/doctor_api/api.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule PRM.DoctorAPI do

def get_doctor!(id), do: Repo.get!(Doctor, id)

def create_doctor(attrs \\ %{}) do
def create_doctor(attrs \\ %{}) do
%Doctor{}
|> doctor_changeset(attrs)
|> Repo.insert()
Expand Down

0 comments on commit bf85b99

Please sign in to comment.