We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53f70d commit 9eb85e2Copy full SHA for 9eb85e2
1 file changed
src/services/formatting/formatting.ts
@@ -475,7 +475,7 @@ namespace ts.formatting {
475
}
476
},
477
getIndentation: () => indentation,
478
- getDelta: (child) => getEffectiveDelta(delta, child),
+ getDelta: child => getEffectiveDelta(delta, child),
479
recomputeIndentation: lineAdded => {
480
if (node.parent && SmartIndenter.shouldIndentChildNode(node.parent, node)) {
481
if (lineAdded) {
0 commit comments