mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-20 00:32:15 +00:00
Fixed empty line madness
This commit is contained in:
parent
566fdc9142
commit
2dbcd0af21
@ -64,4 +64,4 @@ public partial class SettingsPanelApp : SettingsPanelBase
|
||||
this.SettingsManager.ConfigurationData.App.LanguagePluginId = pluginId;
|
||||
await this.MessageBus.SendMessage<bool>(this, Event.PLUGINS_RELOADED);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -129,4 +129,4 @@ public record ConfigMeta<TClass, TValue> : ConfigMetaBase
|
||||
if (memberExpression.Member is System.Reflection.PropertyInfo propertyInfo)
|
||||
propertyInfo.SetValue(configInstance, value);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -857,4 +857,4 @@ public static partial class ManagedConfiguration
|
||||
|
||||
return successful;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -413,4 +413,4 @@ public static partial class ManagedConfiguration
|
||||
var configPath = $"{configName}.{className}.{propertyName}";
|
||||
return configPath;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user