Minor style changes

This commit is contained in:
Mole
2021-02-01 11:26:17 +01:00
committed by Bjarke Berg
parent 4fdfec9d71
commit d52c084e3b
4 changed files with 64 additions and 63 deletions

View File

@@ -141,7 +141,7 @@ namespace Umbraco.Web.BackOffice.Controllers
/// <returns>
/// The <see cref="DictionaryDisplay"/>. Returns a not found response when dictionary item does not exist
/// </returns>
public ActionResult<DictionaryDisplay> GetById(int id)
public ActionResult<DictionaryDisplay> GetById(int id)
{
var dictionary = _localizationService.GetDictionaryItemById(id);
if (dictionary == null)