From 3ffa06be7edf020db95ca2c557c765f194505630 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 4 Mar 2016 13:54:12 -0500
Subject: [PATCH] Fixed end-of-file line ending.

---
 public/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.php b/public/index.php
index a3feb9488c0..c24a73866b5 100644
--- a/public/index.php
+++ b/public/index.php
@@ -90,4 +90,4 @@ if ($xhprof) {
     $xhprofRunId = $xhprofRuns->save_run($xhprofData, $suffix);
     $url = "$xhprof?run=$xhprofRunId&source=$suffix";
     echo "<a href='$url'>Profiler output</a>";
-}
\ No newline at end of file
+}
-- 
GitLab