We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50210ee commit a20ef11Copy full SHA for a20ef11
1 file changed
check.m
@@ -220,8 +220,8 @@ function print_class_stats(class_stats, indentation)
220
script_stats.num_variables = length(script_struct.variables);
221
222
% max indentation
223
- keyword_indices = strcmp({func_struct.body.type}, 'keyword');
224
- keywords = func_struct.body(keyword_indices);
+ keyword_indices = strcmp({script_struct.body.type}, 'keyword');
+ keywords = script_struct.body(keyword_indices);
225
indentation = 1;
226
max_indentation = 0;
227
for keyword = keywords
0 commit comments