From fc422cf55a6368b467c2a4aedf3816bff8365995 Mon Sep 17 00:00:00 2001
From: Pralhad Shrestha <pralhad.shrestha05@gmail.com>
Date: Fri, 2 Sep 2016 15:10:50 +0545
Subject: [PATCH] Added newline at the end of file

---
 routes/api.php     | 2 +-
 routes/console.php | 2 +-
 routes/web.php     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/routes/api.php b/routes/api.php
index eb4d3be4..381ea48e 100644
--- a/routes/api.php
+++ b/routes/api.php
@@ -12,4 +12,4 @@ use Illuminate\Http\Request;
 */
 Route::get('/user', function (Request $request) {
     return $request->user();
-})->middleware('auth:api');
\ No newline at end of file
+})->middleware('auth:api');
diff --git a/routes/console.php b/routes/console.php
index bc1bd0db..2c469536 100644
--- a/routes/console.php
+++ b/routes/console.php
@@ -12,4 +12,4 @@ use Illuminate\Foundation\Inspiring;
 */
 Artisan::command('inspire', function () {
     $this->comment(Inspiring::quote());
-})->describe('Display an inspiring quote');
\ No newline at end of file
+})->describe('Display an inspiring quote');
diff --git a/routes/web.php b/routes/web.php
index 6932a11a..236ca5fa 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -12,4 +12,4 @@
 */
 Route::get('/', function () {
     return view('welcome');
-});
\ No newline at end of file
+});
-- 
2.21.0