[#1706] Formatting fix.

This commit is contained in:
Ivan Tashkinov 2020-04-25 18:42:08 +03:00
parent 0d05e1fe39
commit e16437ff19
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ def get_user(ap_id, fake_record_fallback \\ true) do
# TODO: refactor (fake records is never a good idea)
User.error_user(ap_id)
true -> nil
true ->
nil
end
end