mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-22 12:03:44 -05:00
fixed a test
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
const noIndentEmptyScaffolding = "/**\n * \n */";
|
||||
const oneIndentEmptyScaffolding = "/**\n * \n */";
|
||||
const twoIndentEmptyScaffolding = "/**\n * \n */";
|
||||
const twoIndentEmptyScaffolding = "/**\n * \n */\n ";
|
||||
const noIndentOffset = 7;
|
||||
const oneIndentOffset = noIndentOffset + 4;
|
||||
const twoIndentOffset = oneIndentOffset + 4;
|
||||
|
||||
Reference in New Issue
Block a user