Update formatting
[lhc/web/wiklou.git] / includes / actions / CachedAction.php
index bfdda7b..f3ce25b 100644 (file)
@@ -184,5 +184,4 @@ abstract class CachedAction extends FormlessAction implements ICacheHelper {
                        $this->getOutput()->setSubtitle( $this->cacheHelper->getCachedNotice( $this->getContext() ) );
                }
        }
-
 }