remove space

This commit is contained in:
Malte Brodersen 2017-10-10 17:49:09 +02:00
parent 91f7adb824
commit cf74a98212
1 changed files with 1 additions and 1 deletions

View File

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