From 00f92cbc822d0187c8405283091fe8247b547e51 Mon Sep 17 00:00:00 2001 From: Jade_VAN_BRABANDT Date: Wed, 17 May 2023 19:32:26 +0200 Subject: [PATCH] fix : des codes smells --- Sources/Stim.Model/Game.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Stim.Model/Game.cs b/Sources/Stim.Model/Game.cs index 064d046..4e2f6f3 100644 --- a/Sources/Stim.Model/Game.cs +++ b/Sources/Stim.Model/Game.cs @@ -19,7 +19,7 @@ namespace Model name = value; } } - private string? name; + private string name; public string Description { @@ -30,7 +30,7 @@ namespace Model description = value; } } - private string? description; + private string description; public int Year {