mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 21:21:36 +00:00
Formatting
This commit is contained in:
parent
6faa488699
commit
8eecccbca5
@ -155,8 +155,7 @@ public static partial class ManagedConfiguration
|
||||
LuaTable settings,
|
||||
bool dryRun)
|
||||
{
|
||||
return TryProcessConfiguration(configSelection, propertyExpression, string.Empty, configPluginId, settings,
|
||||
dryRun);
|
||||
return TryProcessConfiguration(configSelection, propertyExpression, string.Empty, configPluginId, settings, dryRun);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@ -206,7 +205,7 @@ public static partial class ManagedConfiguration
|
||||
// Case: the read string is a Guid:
|
||||
case Guid:
|
||||
successful = Guid.TryParse(configuredText, out var id);
|
||||
configuredValue = successful ? id.ToString().ToLowerInvariant(): configuredText;
|
||||
configuredValue = successful ? id.ToString().ToLowerInvariant() : configuredText;
|
||||
break;
|
||||
|
||||
// Case: the read string is just a string:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user