close
Skip to content
Prev Previous commit
Next Next commit
Fix unit test, correct xml end tag
  • Loading branch information
source-knights committed Mar 26, 2020
commit e973a2eb4901667c3ab25ad6bc7ff858001eac4b
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void testTypescriptTsfmtInlineConfig() throws Exception {
"<tsfmt>",
" <config>",
" <indentSize>1</indentSize>",
" <convertTabsToSpaces>true</indentSize>",
" <convertTabsToSpaces>true</convertTabsToSpaces>",
" </config>",
" <typescriptFormatterVersion>7.2.2</typescriptFormatterVersion>",
"</tsfmt>");
Expand Down