fix(Vhd#ensureBatSize): avoid style error

This commit is contained in:
Julien Fontanet
2017-02-22 17:15:06 +01:00
parent e54e31e059
commit c15ede6239

View File

@@ -428,8 +428,8 @@ class Vhd {
).then(extendBat).then(() => this.writeFooter()),
this._setBatEntry(first, newFirstSector),
this.writeHeader(),
// this.writeFooter()
this.writeHeader() // ,
// this.writeFooter() // TODO: necessary for the tests in writeFooter, retore when no longer necessary
])
}