From ebb1c85c40b952ea95835b33be7e0de76d41096c Mon Sep 17 00:00:00 2001 From: bsky Date: Sat, 2 Jun 2018 04:05:42 +0900 Subject: [PATCH] Add newline at end of files --- resources/lang/ja/notification.php | 2 +- resources/lang/ja/profile.php | 2 +- resources/lang/ja/timeline.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/ja/notification.php b/resources/lang/ja/notification.php index 99b6ed099..ce8abfd1a 100644 --- a/resources/lang/ja/notification.php +++ b/resources/lang/ja/notification.php @@ -5,4 +5,4 @@ return [ 'likedPhoto' => 'liked your photo.', 'startedFollowingYou' => 'started following you.', -]; \ No newline at end of file +]; diff --git a/resources/lang/ja/profile.php b/resources/lang/ja/profile.php index 50b6f2429..4e4564235 100644 --- a/resources/lang/ja/profile.php +++ b/resources/lang/ja/profile.php @@ -5,4 +5,4 @@ return [ 'emptyFollowers' => 'This user has no followers yet!', 'emptyFollowing' => 'This user is not following anyone yet!', 'savedWarning' => 'Only you can see what you\'ve saved', -]; \ No newline at end of file +]; diff --git a/resources/lang/ja/timeline.php b/resources/lang/ja/timeline.php index 26e329678..a28b7b06f 100644 --- a/resources/lang/ja/timeline.php +++ b/resources/lang/ja/timeline.php @@ -4,4 +4,4 @@ return [ 'emptyPersonalTimeline' => 'Your timeline is empty.' -]; \ No newline at end of file +];