Skip to content

Commit 9eb85e2

Browse files
committed
remove parens
1 parent f53f70d commit 9eb85e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/formatting/formatting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ namespace ts.formatting {
475475
}
476476
},
477477
getIndentation: () => indentation,
478-
getDelta: (child) => getEffectiveDelta(delta, child),
478+
getDelta: child => getEffectiveDelta(delta, child),
479479
recomputeIndentation: lineAdded => {
480480
if (node.parent && SmartIndenter.shouldIndentChildNode(node.parent, node)) {
481481
if (lineAdded) {

0 commit comments

Comments
 (0)