fix space

This commit is contained in:
Malte Brodersen 2017-10-09 22:20:02 +02:00
parent cc08dbd6c6
commit 30d2264229
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ module.exports = class Terraformfmt extends Beautifier
tempFile = @tempFile("input", text)
])
.then(=>
@readFile(tempFile)
@readFile(tempFile)
)