remove spacing to meet code conventions

This commit is contained in:
Ben Mitchell 2022-11-10 13:08:07 +13:00
parent bf32ad7151
commit aca4fa172a
1 changed files with 0 additions and 2 deletions

View File

@ -209,7 +209,6 @@ class ContentController extends Controller
// url encode unless it's multibyte (already pre-encoded in the database)
'URLSegment' => $filter->getAllowMultibyte() ? $action : rawurlencode($action),
])->first();
}
// we found a page with this URLSegment.
@ -219,7 +218,6 @@ class ContentController extends Controller
$response = ModelAsController::controller_for($child)->handleRequest($request);
} else {
Director::set_current_page($this->data());
try {