mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
code cleanup: removed unused code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user