mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-03-29 17:31:37 +00:00
Removed redundant default value
This commit is contained in:
parent
3a8aedbf5b
commit
403c8461c1
@ -176,7 +176,7 @@ public partial class SlideAssistant : AssistantBaseCore<SettingsDialogSlideBuild
|
||||
private int numberOfSheets;
|
||||
private int numberOfBulletPoints;
|
||||
private int timeSpecification;
|
||||
private int calculatedNumberOfSlides = 0;
|
||||
private int calculatedNumberOfSlides;
|
||||
private string importantAspects = string.Empty;
|
||||
private HashSet<FileAttachment> loadedDocumentPaths = [];
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user