fix YAML template
This commit is contained in:
parent
5866acf565
commit
b17682e50e
|
@ -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}<%}}%>
|
||||
|
||||
|
|
Loading…
Reference in New Issue