remove parens

This commit is contained in:
SaschaNaz
2015-09-29 19:50:42 +09:00
parent f53f70d79e
commit 9eb85e2173
+1 -1
View File
@@ -475,7 +475,7 @@ namespace ts.formatting {
}
},
getIndentation: () => indentation,
getDelta: (child) => getEffectiveDelta(delta, child),
getDelta: child => getEffectiveDelta(delta, child),
recomputeIndentation: lineAdded => {
if (node.parent && SmartIndenter.shouldIndentChildNode(node.parent, node)) {
if (lineAdded) {