From 9229417fe7d503ee3659f1e2cb2095c7fa972a3c Mon Sep 17 00:00:00 2001 From: Bogdan Date: Mon, 13 Jan 2025 23:16:44 +0200 Subject: [PATCH] myanonamouse: fix coding style --- .../IndexerConfig/Bespoke/ConfigurationDataMyAnonamouse.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataMyAnonamouse.cs b/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataMyAnonamouse.cs index 19a707d07..ac91fd611 100644 --- a/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataMyAnonamouse.cs +++ b/src/Jackett.Common/Models/IndexerConfig/Bespoke/ConfigurationDataMyAnonamouse.cs @@ -104,9 +104,9 @@ namespace Jackett.Common.Models.IndexerConfig.Bespoke { "13", "Vietnamese" }, { "47", "Other" } }) - { - Values = Array.Empty() - }; + { + Values = Array.Empty() + }; AccountActivity = new DisplayInfoConfigurationItem("Account Inactivity", "To prevent your account from being disabled for inactivity, you must log in on a regular basis. You must also use your account - if you do not, your account will be disabled. If you know that you will not be able to login for an extended period of time, you can park your account in your preferences and it will not be disabled."); }