Formatting applied

This commit is contained in:
Andrey Savin
2022-12-07 23:03:42 +02:00
parent e6af9b4b73
commit 5a4fe5d5da
3 changed files with 28 additions and 23 deletions

View File

@ -164,10 +164,12 @@ export class Numbering extends XmlComponent {
abstractNumId: abstractNumbering.id,
reference: "default-bullet-numbering",
instance: 0,
overrideLevels: [{
num: 0,
start: 1,
}],
overrideLevels: [
{
num: 0,
start: 1,
},
],
}),
);