Skip to content

Conversation

@eloisebrosseau
Copy link
Contributor

Fix clearAllSlot

Summarize your change.

Add missing } for if(!_skipConfirmations).

Describe the reason for the change.

While resolving the conflict between #1017 and #1016, the indentation of the code got changed and it resulted in a missing closing brace. Because of this issue, the following error is displayed in the console:
annotate_mode.mu, line 2210, char 41: method declaration not allowed in this context. Assertion failed: ((nparams == 0 && params == 0) || (nparams != 0 && params != 0)), function init, file Function.cpp, line 69.

Signed-off-by: Éloïse Brosseau <[email protected]>
Copy link
Contributor

@bernie-laberge bernie-laberge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exactly the same as mine !
Looks Great !

@bernie-laberge bernie-laberge merged commit 9885e31 into AcademySoftwareFoundation:main Dec 11, 2025
9 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants