Formatting

This commit is contained in:
Thorsten Sommer 2022-10-29 18:47:50 +02:00
parent 9e755502cb
commit 42589c89d8
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -528,9 +528,7 @@ public sealed partial class Setting : UserControl
yield return ShowGeneratorModeSettingAsync(); yield return ShowGeneratorModeSettingAsync();
yield return ShowDeepLSourceCultureSettingAsync(); yield return ShowDeepLSourceCultureSettingAsync();
foreach (var setting in ShowCultureSettingsAsync()) foreach (var setting in ShowCultureSettingsAsync())
{
yield return setting; yield return setting;
}
yield return ShowDeepLUsageSettingAsync(); yield return ShowDeepLUsageSettingAsync();
yield return ShowDeepLActionSettingAsync(); yield return ShowDeepLActionSettingAsync();