From 50c9675963cbb8d636695a7d6ccb05d993f3f8c8 Mon Sep 17 00:00:00 2001 From: Lillian Berry <0xlgs@pm.me> Date: Sun, 22 Mar 2020 01:42:39 -0400 Subject: [PATCH] Fix formatting --- PluralKit.Core/Models/PKSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluralKit.Core/Models/PKSystem.cs b/PluralKit.Core/Models/PKSystem.cs index 0e662a8a..a35facbd 100644 --- a/PluralKit.Core/Models/PKSystem.cs +++ b/PluralKit.Core/Models/PKSystem.cs @@ -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; }