diff --git a/EntityFramework_LoL/Sources/ApiMappeur/ChampionMapper.cs b/EntityFramework_LoL/Sources/ApiMappeur/ChampionMapper.cs index af8d76e..235c01c 100644 --- a/EntityFramework_LoL/Sources/ApiMappeur/ChampionMapper.cs +++ b/EntityFramework_LoL/Sources/ApiMappeur/ChampionMapper.cs @@ -34,7 +34,7 @@ namespace ApiMappeur { if (item == null) { - var message = string.Format("Champion is null cannot null it "; + var message = string.Format("Champion is null cannot null it"); throw new Exception(message);