Merge pull request #294 from GrahamCampbell/patch-1

Fixed indentation
This commit is contained in:
Denis Sokolov
2015-06-29 00:36:30 +03:00
+1 -1
View File
@@ -73,7 +73,7 @@ class PrettyPageHandler extends Handler
"textmate" => "txmt://open?url=file://%file&line=%line",
"emacs" => "emacs://open?url=file://%file&line=%line",
"macvim" => "mvim://open/?url=file://%file&line=%line",
"phpstorm" => "phpstorm://open?file=%file&line=%line",
"phpstorm" => "phpstorm://open?file=%file&line=%line",
);
/**