Skip to content

Commit

Permalink
Restyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jan 15, 2022
1 parent 20f791e commit 38ef052
Show file tree
Hide file tree
Showing 2 changed files with 26,543 additions and 47,831 deletions.
10 changes: 8 additions & 2 deletions src/app/zap-templates/common/ClustersHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,15 +387,21 @@ function inlineStructItems(args)
return;
}

argument.items.forEach(item => { arguments.push(item); });
argument.items.forEach(item => {
arguments.push(item);
});
});

return arguments;
}

function enhancedCommands(commands, types)
{
commands.forEach(command => { command.arguments.forEach(argument => { enhancedItem(argument, types); }); });
commands.forEach(command => {
command.arguments.forEach(argument => {
enhancedItem(argument, types);
});
});

commands.forEach(command => {
// Flag things ending in "Response" so we can filter out unused responses,
Expand Down
Loading

0 comments on commit 38ef052

Please sign in to comment.