Skip to content

Commit

Permalink
Consistency in setting up private variable field
Browse files Browse the repository at this point in the history
  • Loading branch information
ratanparai authored Dec 9, 2018
1 parent 69054b0 commit c384623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ApplicationCore/Services/BasketService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public BasketService(IAsyncRepository<Basket> basketRepository,
{
_basketRepository = basketRepository;
_uriComposer = uriComposer;
this._logger = logger;
_logger = logger;
_itemRepository = itemRepository;
}

Expand Down

0 comments on commit c384623

Please sign in to comment.