mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-06-27 13:16:26 +00:00
formatting change
This commit is contained in:
parent
c31538000b
commit
8148f2b107
@ -181,4 +181,4 @@ public record ConfigMeta<TClass, TValue> : ConfigMetaBase
|
||||
|
||||
return default!;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -3,4 +3,4 @@ namespace AIStudio.Settings;
|
||||
public abstract record ConfigMetaBase : IConfig
|
||||
{
|
||||
protected static SettingsManager SETTINGS_MANAGER => Program.SERVICE_PROVIDER.GetRequiredService<SettingsManager>();
|
||||
}
|
||||
}
|
||||
@ -950,4 +950,4 @@ public static partial class ManagedConfiguration
|
||||
|
||||
_ => value.ToString() ?? string.Empty,
|
||||
};
|
||||
}
|
||||
}
|
||||
@ -453,4 +453,4 @@ public static partial class ManagedConfiguration
|
||||
configMeta.ClearEditableDefaultConfiguration();
|
||||
return ClearEditableDefaultState(settingName);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user