mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-12 04:17:34 -06:00
fixed a test
This commit is contained in:
parent
98d2bcbf88
commit
3b6fb32cd6
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user