remove space
This commit is contained in:
parent
91f7adb824
commit
cf74a98212
|
@ -35,5 +35,5 @@ module.exports = class Terraformfmt extends Beautifier
|
||||||
tempFile = @tempFile("input", text)
|
tempFile = @tempFile("input", text)
|
||||||
])
|
])
|
||||||
.then(=>
|
.then(=>
|
||||||
@readFile(tempFile)
|
@readFile(tempFile)
|
||||||
)
|
)
|
Loading…
Reference in New Issue