Add missing linebreak

Change-Id: I92260974732643f7f14eca245ba21d94c175ac22
This commit is contained in:
Ed Sanders 2015-10-13 14:21:56 +01:00
parent 01336da011
commit 30cdc51e11

View file

@ -53,6 +53,7 @@ class SyntaxHighlight_GeSHi {
require_once __DIR__ . '/vendor/autoload.php'; require_once __DIR__ . '/vendor/autoload.php';
} }
} }
/** /**
* Get the Pygments lexer name for a particular language. * Get the Pygments lexer name for a particular language.
* *