Commit 9885e31
authored
Fix clearAllSlot (#1020)
### 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]>1 parent f309fee commit 9885e31
1 file changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2074 | 2074 | | |
2075 | 2075 | | |
2076 | 2076 | | |
2077 | | - | |
2078 | | - | |
2079 | | - | |
2080 | | - | |
2081 | | - | |
2082 | | - | |
2083 | | - | |
| 2077 | + | |
| 2078 | + | |
| 2079 | + | |
| 2080 | + | |
2084 | 2081 | | |
2085 | 2082 | | |
| 2083 | + | |
| 2084 | + | |
2086 | 2085 | | |
2087 | 2086 | | |
2088 | 2087 | | |
| |||
0 commit comments