Skip to content

Commit 2a913cc

Browse files
committed
actually fix formatting tests
1 parent 06a3a7f commit 2a913cc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/lsptoolshost/integrationTests/formatting.integration.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ describe(`Formatting Tests`, () => {
6363
'using Options;',
6464
'using System;',
6565
'namespace Formatting;',
66-
'',
6766
'class DocumentFormatting',
6867
'{',
6968
' public int Property1',
@@ -87,7 +86,6 @@ describe(`Formatting Tests`, () => {
8786
'using Options;',
8887
'using System;',
8988
'namespace Formatting;',
90-
'',
9189
'class DocumentFormatting',
9290
'{',
9391
' public int Property1 {',

test/lsptoolshost/integrationTests/formattingEditorConfig.integration.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ describe(`Formatting With EditorConfig Tests`, () => {
5959

6060
const expectedText = [
6161
'namespace Formatting;',
62-
'',
6362
'class DocumentFormattingWithEditorConfig',
6463
'{',
6564
' public int Property1 {',
@@ -83,7 +82,6 @@ describe(`Formatting With EditorConfig Tests`, () => {
8382

8483
const expectedText = [
8584
'namespace Formatting;',
86-
'',
8785
'class DocumentFormattingWithEditorConfig',
8886
'{',
8987
' public int Property1',

0 commit comments

Comments
 (0)