formatage du code

This commit is contained in:
Paul Schneider 2016-06-13 14:31:48 +02:00
commit c1c1e420ee
2 changed files with 2 additions and 2 deletions

View file

@ -55,6 +55,6 @@ namespace Yavsc.Models {
public bool DoesBlog { get {
return Performer?.Posts != null ? Performer.Posts.Count > 0 : false;
} }
}
}