From dd0d45f1311099e6ac823668752073dd6d64d31f Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Mon, 27 Mar 2023 17:13:00 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'EntityFramework=5F?= =?UTF-8?q?LoL/Sources/ApiMappeur/ChampionMapper.cs'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EntityFramework_LoL/Sources/ApiMappeur/ChampionMapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);