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