Commande dotnet format
This commit is contained in:
@@ -50,10 +50,10 @@ public class TitreContent
|
||||
/// <summary>
|
||||
/// Définit le nom de l'album associé au titre.
|
||||
/// </summary>
|
||||
public List<Style> Styles { get; set; } = new();
|
||||
public List<Style> Styles { get; set; } = new ();
|
||||
|
||||
/// <summary>
|
||||
/// Définit la liste des commentaires associés au titre.
|
||||
/// </summary>
|
||||
public List<Commentaire> Commentaires { get; set; } = new();
|
||||
public List<Commentaire> Commentaires { get; set; } = new ();
|
||||
}
|
||||
Reference in New Issue
Block a user