From 2b5df632cb615477afba64d28e899720537a88f0 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Thu, 1 Oct 2020 20:26:01 +0100 Subject: [PATCH] mix format --- test/app/person_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/app/person_test.exs b/test/app/person_test.exs index 898c6271..a6e31174 100644 --- a/test/app/person_test.exs +++ b/test/app/person_test.exs @@ -36,4 +36,4 @@ defmodule App.PersonTest do assert updated_person.status == @update_attrs.status end end -end +end \ No newline at end of file