From 53234e59479095968155bf7769e51614ef91c12d Mon Sep 17 00:00:00 2001 From: Evan Minto Date: Mon, 6 Feb 2017 12:15:47 -0800 Subject: [PATCH] Add trailing newline --- app/views/activitypub/types/person.rabl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/activitypub/types/person.rabl b/app/views/activitypub/types/person.rabl index 17c53bb7b..c284fc53b 100644 --- a/app/views/activitypub/types/person.rabl +++ b/app/views/activitypub/types/person.rabl @@ -1,3 +1,3 @@ extends 'activitypub/intransient.rabl' -node(:type) { 'Person' } \ No newline at end of file +node(:type) { 'Person' }