From: Hypolite Petovan Date: Wed, 30 Jan 2019 16:11:23 +0000 (-0500) Subject: Add missing EOF newline in Module\Profile X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=23171296b2c50fb6b2132d448f07fab23efe3c87;p=friendica.git Add missing EOF newline in Module\Profile --- diff --git a/src/Module/Profile.php b/src/Module/Profile.php index cb38b29762..e43554a1ce 100644 --- a/src/Module/Profile.php +++ b/src/Module/Profile.php @@ -350,4 +350,4 @@ class Profile extends BaseModule return $o; } -} \ No newline at end of file +}