diff --git a/Sources/APILOL/Mapper/ChampionMapper.cs b/Sources/APILOL/Mapper/ChampionMapper.cs index d8c0bd5..ecd6a18 100644 --- a/Sources/APILOL/Mapper/ChampionMapper.cs +++ b/Sources/APILOL/Mapper/ChampionMapper.cs @@ -42,4 +42,4 @@ namespace APILOL.Mapper return new(entity.Name, entity.Class, entity.Icon, entity.Image.Base64, entity.Bio); } } -} +} \ No newline at end of file