From e270bda57e15784b753ad478c5e444cde6d0dffc Mon Sep 17 00:00:00 2001 From: Vladimir Matveev Date: Fri, 31 Oct 2014 14:38:21 -0700 Subject: [PATCH] update test baselines --- .../consistenceOnIndentionsOfObjectsInAListAfterFormatting.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cases/fourslash/consistenceOnIndentionsOfObjectsInAListAfterFormatting.ts b/tests/cases/fourslash/consistenceOnIndentionsOfObjectsInAListAfterFormatting.ts index 310f91915db..b41b2281e29 100644 --- a/tests/cases/fourslash/consistenceOnIndentionsOfObjectsInAListAfterFormatting.ts +++ b/tests/cases/fourslash/consistenceOnIndentionsOfObjectsInAListAfterFormatting.ts @@ -8,4 +8,4 @@ format.document(); goTo.marker("1"); verify.currentLineContentIs("}, {"); goTo.marker("2"); -verify.currentLineContentIs(" });"); \ No newline at end of file +verify.currentLineContentIs("});"); \ No newline at end of file