fix YAML template

This commit is contained in:
Eyck Jentzsch 2021-10-01 23:49:04 +02:00
parent 5866acf565
commit b17682e50e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
instrGroups
}%><%getInstructionGroups().each{name, instrList -> %>
${name}: <% instrList.findAll{!it.instruction.name.startsWith("__")}.each { %>
- ${it.instruction.name}
- ${it.instruction.name}:
encoding: ${it.encoding}
mask: ${it.mask}<%}}%>