fixed a test

This commit is contained in:
Arthur Ozga 2015-07-24 17:55:32 -07:00
parent 98d2bcbf88
commit 3b6fb32cd6

View File

@ -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;