Skip to content

Commit 7f0ae3f

Browse files
Change marshalling form for indentation.
1 parent 323eceb commit 7f0ae3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/services/shims.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,7 @@ module ts {
615615
"getIndentationAtPosition('" + fileName + "', " + position + ")",
616616
() => {
617617
var localOptions: EditorOptions = JSON.parse(options);
618-
var columnOffset = this.languageService.getIndentationAtPosition(fileName, position, localOptions);
619-
return { value: columnOffset };
618+
return this.languageService.getIndentationAtPosition(fileName, position, localOptions);
620619
});
621620
}
622621

0 commit comments

Comments
 (0)