Fix formatting

This commit is contained in:
Lillian Berry 2020-03-22 01:42:39 -04:00 committed by Ske
parent 59af6f02e8
commit 50c9675963

View File

@ -18,7 +18,7 @@ namespace PluralKit.Core {
[JsonProperty("created")] public Instant Created { get; set; }
[JsonProperty("tz")] public string UiTz { get; set; }
[JsonProperty("ping")] public bool Pings { get; set; }
public PrivacyLevel DescriptionPrivacy { get; set; }
public PrivacyLevel DescriptionPrivacy { get; set; }
public PrivacyLevel MemberListPrivacy { get; set; }
public PrivacyLevel FrontPrivacy { get; set; }
public PrivacyLevel FrontHistoryPrivacy { get; set; }