style: apply formatter to docs, types, and test files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Misaka
2026-04-05 11:56:22 +08:00
parent 9791a84047
commit e54d94fce2
13 changed files with 444 additions and 358 deletions

View File

@@ -20,9 +20,7 @@ describe('MySqlDialect', () => {
})
it('should handle arbitrary schema and table names', () => {
expect(dialect.quoteTableName('my_schema', 'my_table')).toBe(
'my_schema_my_table'
)
expect(dialect.quoteTableName('my_schema', 'my_table')).toBe('my_schema_my_table')
})
})