code cleanup: removed unused code

This commit is contained in:
Vladimir Matveev
2014-11-10 14:42:06 -08:00
parent 8960ab9712
commit 0e5d7aad68

View File

@@ -297,7 +297,6 @@ module ts.formatting {
var delta = 0;
if (indentation === Constants.Unknown) {
if (isSomeBlock(node.kind)) {
delta = options.IndentSize;
// blocks should be indented in
// - other blocks
// - source file