- coding convention from previous checkin.

- Please refer to the code for our coding conventions (we also have a Resharper file in the source tree under /src if you are using Resharper

--HG--
branch : dev
This commit is contained in:
Suha Can
2010-03-04 10:58:55 -08:00
parent 615703b304
commit 754381f858

View File

@@ -16,8 +16,7 @@ namespace Orchard.Tags.Controllers {
public class AdminController : Controller {
private readonly ITagService _tagService;
public AdminController(IOrchardServices services, ITagService tagService)
{
public AdminController(IOrchardServices services, ITagService tagService) {
Services = services;
_tagService = tagService;
T = NullLocalizer.Instance;