Skip to content

Commit b13695f

Browse files
author
alirizaadiyahsi
authored
Merge pull request #173 from ryancyq/patch-6
Removed unnecessary semi colon
2 parents 92b6270 + 3fd5ee2 commit b13695f

File tree

1 file changed

+1
-1
lines changed
  • aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/Shared

1 file changed

+1
-1
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
}
208208
}
209209

210-
@WebResourceManager.RenderScripts();
210+
@WebResourceManager.RenderScripts()
211211

212212
<!-- View specific scripts -->
213213
@RenderSection("scripts", required: false)

0 commit comments

Comments
 (0)