Fix linting errors

This commit is contained in:
Dolan
2018-08-09 23:22:03 +01:00
parent 3436a1584c
commit 89df3c48e0
8 changed files with 37 additions and 36 deletions

View File

@ -110,7 +110,7 @@ export class LevelBase extends XmlComponent {
this.root.push(this.runProperties);
}
public setSuffix(value: LevelSuffix) {
public setSuffix(value: LevelSuffix): LevelBase {
this.root.push(new Suffix(value));
return this;
}