diff --git a/src/Orchard.Web/Modules/Orchard.OutputCache/Views/Admin/Index.cshtml b/src/Orchard.Web/Modules/Orchard.OutputCache/Views/Admin/Index.cshtml
index 33693b1fe..81a16507f 100644
--- a/src/Orchard.Web/Modules/Orchard.OutputCache/Views/Admin/Index.cshtml
+++ b/src/Orchard.Web/Modules/Orchard.OutputCache/Views/Admin/Index.cshtml
@@ -1,5 +1,5 @@
@model Orchard.OutputCache.ViewModels.IndexViewModel
-
+
@{
Layout.Title = T("Cache Settings");
@@ -10,8 +10,7 @@
.ToDictionary(x => x.Key, x => x.Select(y => y));
}
-@using (Html.BeginFormAntiForgeryPost())
-{
+@using (Html.BeginFormAntiForgeryPost()) {
@Html.ValidationSummary()