remove newline

This commit is contained in:
Arthur Ozga
2017-09-20 10:23:45 -07:00
committed by GitHub
parent 4b464ebca8
commit cc8770390c

View File

@@ -553,7 +553,6 @@ namespace ts.textChanges {
const posStartsLine = getLineStartPositionForPosition(pos, sourceFile) === pos;
const initialIndentation =
options.indentation !== undefined
? options.indentation
: (options.useIndentationFromFile !== false)