Skip to content
Snippets Groups Projects
Commit 3ffa06be authored by Demian Katz's avatar Demian Katz
Browse files

Fixed end-of-file line ending.

parent 7bbc3b93
No related merge requests found
...@@ -90,4 +90,4 @@ if ($xhprof) { ...@@ -90,4 +90,4 @@ if ($xhprof) {
$xhprofRunId = $xhprofRuns->save_run($xhprofData, $suffix); $xhprofRunId = $xhprofRuns->save_run($xhprofData, $suffix);
$url = "$xhprof?run=$xhprofRunId&source=$suffix"; $url = "$xhprof?run=$xhprofRunId&source=$suffix";
echo "<a href='$url'>Profiler output</a>"; echo "<a href='$url'>Profiler output</a>";
} }
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment