Fixed parenthesis whitespace.

This commit is contained in:
mlebrun
2013-07-15 17:12:13 -04:00
parent 2d0293c612
commit 08972b31d3
+1 -1
View File
@@ -49,7 +49,7 @@ class Mustache_Loader_FilesystemLoader implements Mustache_Loader
{ {
$this->baseDir = $baseDir; $this->baseDir = $baseDir;
if ( strpos( $this->baseDir, '://' ) === -1 ) { if (strpos( $this->baseDir, '://' ) === -1) {
$this->baseDir = rtrim(realpath($this->baseDir), '/'); $this->baseDir = rtrim(realpath($this->baseDir), '/');
} }