Skip to content

Commit 7f4e034

Browse files
Tidy
1 parent a435fad commit 7f4e034

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

test/transactsql.test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ describe('TransactSqlFormatter', () => {
133133
it('formats SELECT ... INTO clause', () => {
134134
const result = format('SELECT col INTO #temp FROM tbl');
135135
expect(result).toBe(dedent`
136-
SELECT
137-
col
138-
INTO
139-
#temp
140-
FROM
141-
tbl
136+
SELECT
137+
col
138+
INTO
139+
#temp
140+
FROM
141+
tbl
142142
`);
143143
});
144144
});

0 commit comments

Comments
 (0)